On Mon, 2012-05-14 at 09:06 -0700, doniyor wrote: > delete your app from INSTALLED_APPS and syncdb, AND list it again in > INSTALLED_APPS and syncdb again.. > > if it doesnot work, do this: > > delete your db, then syncdb, then list your app in INSTALLED_APPS and > syncdb again.
this is bad advice. Syncdb will not give effect to changes within a model. You need to carry out the change manually, or use a migration tool like south. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.