Django: AppRegistryNotReady()

后端 未结 4 1066
梦毁少年i
梦毁少年i 2020-11-30 02:15

Python: 2.7; Django: 1.7; Mac 10.9.4

I\'m following the tutorial of Tango with Django

At Chapter 5, the tutorial teaches how to create a population script, w

4条回答
  •  [愿得一人]
    2020-11-30 02:50

    I just stumbled about the same problem in my local development server.

    After pulling some changed code in, the error was thrown. The problem here obviously has nothing to do with wsgi, so I tried to run manage.py

    A simple: python manage.py reveals the real error cause.

    In my case a forgotten import of an external Django app.

    Maybe this helps someone else out.

提交回复
热议问题