报错如图:

django执行迁移命令时报错django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.

报错原因:迁移命令输入错误:

如图:

django执行迁移命令时报错django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.

解决:

django的迁移命令是:

Python manage.py makemigrations

 

相关文章:

  • 2021-10-28
  • 2021-05-28
  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
  • 2021-12-19
  • 2021-07-30
  • 2021-08-02
猜你喜欢
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
相关资源
相似解决方案