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.

相关文章:

  • 2021-12-01
  • 2022-12-23
  • 2021-12-02
  • 2021-12-17
  • 2022-03-04
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2021-05-06
  • 2021-07-20
  • 2022-12-23
相关资源
相似解决方案