Created
November 10, 2015 03:05
-
-
Save jrabbit/8eed5c1316f30bcbe0f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "manage.py", line 10, in <module> | |
execute_from_command_line(sys.argv) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 351, in execute_from_command_line | |
utility.execute() | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 343, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 177, in fetch_command | |
commands = get_commands() | |
File "/usr/local/lib/python2.7/site-packages/django/utils/lru_cache.py", line 101, in wrapper | |
result = user_function(*args, **kwds) | |
File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 72, in get_commands | |
for app_config in reversed(list(apps.get_app_configs())): | |
File "/usr/local/lib/python2.7/site-packages/django/apps/registry.py", line 137, in get_app_configs | |
self.check_apps_ready() | |
File "/usr/local/lib/python2.7/site-packages/django/apps/registry.py", line 124, in check_apps_ready | |
raise AppRegistryNotReady("Apps aren't loaded yet.") | |
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment