SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, the error occurred when I made python manage.py makemigrations on Django 2.0.6.
python manage.py makemigrations
Django 2.0.6
The solution was to run python manage.py runserver and see the actual error (which was just a missing environment variable).
python manage.py runserver