Get rid of this issue easily maintaining the following steps:
- keep django version 2.1.5 (the issue addressed in this version)
pip install django==2.1.5 - Delete the SQLite db
- Migrate again
python manage.py makemigrationsand thenpython manage.py migrate - Start the server
python manage.py runserver
DONE!