Monday, May 2, 2016

makemigrations throws table does not exist error

I am trying to recreate a django project from a git repository that I have. I don't have the original database. I have emptyied all of the migration folders but when I run "python manage.py makemigrartions" I get the following error ("Table 'age-sdb.login_esm_systems_experience_choice' doesn't exist"). That is a

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/be76c531-09ae-4047-a521-b0f09b64d725%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment