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.

posted @ 2018-10-08 09:04  梁颖666  阅读(2083)  评论(0编辑  收藏  举报