Monday, May 2, 2016

makemigrations throws table does not exist error

I am trying to re-create an older project from a git repository. I do not have the original MySql database. I emptied the migration folders and tried to run "python manage.py makemigrations" which resulted in the following error : "Table 'age-sdb.login_esm_systems_experience_choice' doesn't exist". 'age-sdb.login_esm_systems_experience_choice' is a table from the project. I have tried "python manage.py makemigrations --empty" with the same results. All migrartion folders are empty

--
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/ce208619-4e72-4df0-8a35-0d67a4a07837%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment