On Monday, 8 December 2014 11:07:11 UTC, Tobias Dacoir wrote: > So what am I doing wrong? I'm sure it's just my fault. At first I even > manually edited the migrations file in the past, for example when I changed > one of the fields to be mandatory instead of being optional. Old data in > the database had this field still set to null, and sometimes Django asked > me what to do with it but most of the time I never got it to work correctly > - so again delete DB and repeat. >
Possibly a silly question, but are you sure you have the app containing this model in settings.INSTALLED_APPS? -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" 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-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/32fe443b-d278-4019-866e-b673941e1ebf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

