python manage.py migrate
python manage.py makemigration
all results to
raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
django.db.migrations.exceptions.NodeNotFoundError: Migration adminlteui.0006_auto_20250207_1421 dependencies reference nonexistent parent node ('django_admin_settings', '0005_menu_priority_level')
There are missing migration files. Please help.
