Mezzanine/Django 1.10 migrations: Database tables does not much with migrations
问题 I am using Mezzanine (Django 1.10) so I can't see a " db.sqlite3 " I searched similar questions as mine and most of the solutions provided were not effective. I created a new model and later decided to add a new field. I did "python manage.py makemigrations ", and when I looked at my migrations folder, it's there; the new field exists. Now, when I ran the app and looked into admin, it gave me error where it said "No such column exists". Therefore, I think, my database is not synced with the