Created
October 1, 2015 16:43
-
-
Save jrabbit/cc0233cec4ed6122fea5 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
web_1 | Traceback (most recent call last): | |
web_1 | File "manage.py", line 10, in <module> | |
web_1 | execute_from_command_line(sys.argv) | |
web_1 | File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 338, in execute_from_command_line | |
web_1 | utility.execute() | |
web_1 | File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 312, in execute | |
web_1 | django.setup() | |
web_1 | File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 18, in setup | |
web_1 | apps.populate(settings.INSTALLED_APPS) | |
web_1 | File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 85, in populate | |
web_1 | app_config = AppConfig.create(entry) | |
web_1 | File "/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 86, in create | |
web_1 | module = import_module(entry) | |
web_1 | File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module | |
web_1 | __import__(name) | |
web_1 | ImportError: No module named materialdjango |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment