在stackflow上看到解决的办法是需要进行数据路的migrate:https://stackoverflow.com/questions/39071093/django-db-utils-operationalerror-no-such-table-auth-user

实际操作为:

关于在python manage.py createsuperuser时报django.db.utils.OperationalError: no such table: auth_user的解决办法

此后即可成功创建superuser

相关文章:

  • 2021-11-11
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2021-08-14
  • 2021-07-11
  • 2021-08-26
猜你喜欢
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2021-12-28
  • 2021-04-22
相关资源
相似解决方案