The error I get when I try to runserver for my django app is as follows:
error
runserver
django.db.migrations.graph.NodeNotFoundError: Migra
Your error indicates that tasks application has a migration that can't be found.
tasks
That's mean, that you are missing some applications in INSTALLED_APPS - most probably you do not have 'django.contrib.auth' in this list.
INSTALLED_APPS