albertfougy/obttg

unapplied migrations after runserver error

Opened this issue · 0 comments

After launching django server, I received this warning in red:

You have 1 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): lists.

However, I applied the command as suggested and I receive this:
(virtualenv) Alberts-iMac:obttg reiki$ python3 manage.py migrate lists
Operations to perform:
Apply all migrations: lists
Running migrations:
No migrations to apply.

I created a conflict with the schema after I updated Django (accidentally). Will take upon this suggestion to fix it.

https://stackoverflow.com/questions/25958708/django-1-7-no-migrations-to-apply-when-run-migrate-after-makemigrations