I made a change in the default auth of django and my project is working correctly however when I give git push heroku master and then I use the command heroku run python manage.py migrate to create my database and it gives the error:
django.db.migrations.exceptions.NodeNotFoundError: Migration accounts.0001_initial dependencies reference nonexis nt parent node ('auth', '0008_alter_user_username_max_length')
Does anyone know how to solve it?