The error
I get when I try to runserver
for my django app is as follows:
django.db.migrations.graph.NodeNotFoundError: Migra
First I would suggest you to upgrade your django
pip install --upgrade django
If this doesn't help you then try the following:
python manage.py migrate --fake
python manage.py makemigrations
python manage.py migrate