0👍
✅
It seems you changed the model but did not upgdated the database. Once aging you have to sync db with model.
python manage.py makemigration <your app>
python manage.py migrate
1👍
Hardcore method: remove your migration-files from the hello_match app and repeat syncdb
- [Answer]-Python. Django1.7 DoesNotExist. Matching query does not exist
- [Answer]-Django 1.7 – update a user record using a form
Source:stackexchange.com