Re: Problem with profile picture and mysql. URGENT !!

2014-08-08 Thread Tim Graham
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 Configu

Problem with profile picture and mysql. URGENT !!

2014-08-08 Thread Swathi Rajanna
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 trie