Answer the question
In order to leave comments, you need to log in
Django Admin not saving images?
There is a Photo model:
class Photo(Model):
class Meta:
db_table = 'Photo'
bar = ForeignKey(Bar)
image = ImageField((u'Изображение'), upload_to="photos/", help_text=(u'фото'))
is_active = BooleanField(default=True, blank=False, null=False)
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR,'media/')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question