changed image dir from app's static folder to base media folder

parent 0393de2f
from django.db import models
images_dir = 'assignments/static/assignments/images'
images_dir = 'media/assignments'
class Assignment(models.Model):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment