I added a model to an application, and now I get this error:
Unknown field(s) (date) specified for appname
I have tried python manage.py migrate appname
and it says there are no migrations to make. I've even tried deleting my database and using migrate
and/or syncdb
to recreate it with a clean slate. (there's currently no data in there). All to no avail.
My problem seems similar to: Django 1.7 remove field. Unknown field(s) (field) specified for Model