Django Migration Error: NodeNotFoundError Due to Missing Migration Dependency in Django 5.0
My error is about this migrations and I couldn't understand, i'm burning about this error
django.db.migrations.exceptions.NodeNotFoundError: Migration authuser.0001_initial dependencies reference nonexistent parent node ('auth', '0014_user_address_user_city_user_phone_number_and_more')
This problem related to django? have to update it?
I tried to delete all migrations but after that ruining my project. How to avoid it?