My app does not use south as it keeps me django.core.management Improperly configured error. hence I have to syncdb everytime. I wanted to add the image element to the user profile models.py already created. This gives me a unknown element image in fieldlist error, How can I fix this ?
p.s. I already tried creating a new app, differnet class in models.py. none of them are working.
Thanks !!