This mailing list is for the development of Django. Please direct questions about how to use Django to the django-users mailing list.
On Friday, August 8, 2014 12:41:52 AM UTC-4, Swathi Rajanna wrote: > > My app does not use South as it keeps giving me django.core.management > Improperly Configured error. Hence I have to do syncdb every time. But > recently I wanted to add an image element to the previously created class > in models.py but it keeps giving me unknown element image in field list. I > tried dropping the table and reusing but it didn't work. If I try to alter > the table the select * from table shows empty set. Need urgent help on how > to add a profile picture to my user profile. > Thanks !! > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/13c9e896-0e56-4c28-98d7-4de061a24c08%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
