Created
June 7, 2016 23:25
-
-
Save davidascher/aa9b52b2db4921236f104d8d9658e786 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
| (venv) dascher-29223:pontoon dascher1$ python manage.py migrate | |
| Traceback (most recent call last): | |
| File "manage.py", line 20, in <module> | |
| execute_from_command_line(sys.argv) | |
| File "/Users/dascher1/src/pontoon/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line | |
| utility.execute() | |
| File "/Users/dascher1/src/pontoon/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 327, in execute | |
| django.setup() | |
| File "/Users/dascher1/src/pontoon/venv/lib/python2.7/site-packages/django/__init__.py", line 18, in setup | |
| apps.populate(settings.INSTALLED_APPS) | |
| File "/Users/dascher1/src/pontoon/venv/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate | |
| app_config = AppConfig.create(entry) | |
| File "/Users/dascher1/src/pontoon/venv/lib/python2.7/site-packages/django/apps/config.py", line 123, in create | |
| import_module(entry) | |
| File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module | |
| __import__(name) | |
| ImportError: No module named intro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment