Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leofrozenyogurt/7041606cfa2a94a48d395a90b7759137 to your computer and use it in GitHub Desktop.
Save leofrozenyogurt/7041606cfa2a94a48d395a90b7759137 to your computer and use it in GitHub Desktop.
(gp) Leos-MacBook-Pro:gp-dashboard leofrozenyogurt$ ./manage.py runserver
Traceback (most recent call last):
File "./manage.py", line 17, in <module>
execute_from_command_line(sys.argv)
File "/Users/leofrozenyogurt/.virtualenvs/gp/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line
utility.execute()
File "/Users/leofrozenyogurt/.virtualenvs/gp/lib/python2.7/site-packages/django/core/management/__init__.py", line 312, in execute
django.setup()
File "/Users/leofrozenyogurt/.virtualenvs/gp/lib/python2.7/site-packages/django/__init__.py", line 18, in setup
apps.populate(settings.INSTALLED_APPS)
File "/Users/leofrozenyogurt/.virtualenvs/gp/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
app_config = AppConfig.create(entry)
File "/Users/leofrozenyogurt/.virtualenvs/gp/lib/python2.7/site-packages/django/apps/config.py", line 86, in create
module = import_module(entry)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named attachments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment