ValueError: Dependency on app with no migrations: customuser

You haven't run manage.py makemigrations customuser to create the migrations for your CustomUser app.

Also, you haven't run any of the existing migrations - you should do manage.py migrate.

猜你喜欢

转载自www.cnblogs.com/LYliangying/p/9752511.html