Runtime error:App registry isn't ready yet
问题 I am trying to create a script that populates a database with test users. I am new to Django and Python. I keep on getting: Runtime error: App registry isn't ready yet. Here is the output and error: starting population script Traceback (most recent call last): File "populate.py", line 32, in <module> populate() File "populate.py", line 22, in populate i.save() File "c:\Python27\lib\site-packages\django-1.7a2-py2.7.egg\django\db\models\base.py", line 603, in save force_update=force_update,