Advertisement
Guest User

Untitled

a guest
Sep 9th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. (venv) Sammys-MacBook-Air:gygantor JhoanaSammy$ python manage.py runserver
  2. Unhandled exception in thread started by <function wrapper at 0x10beca320>
  3. Traceback (most recent call last):
  4. File "/Library/Python/2.7/site-packages/django/utils/autoreload.py", line 226, in wrapper
  5. fn(*args, **kwargs)
  6. File "/Library/Python/2.7/site-packages/django/core/management/commands/runserver.py", line 109, in inner_run
  7. autoreload.raise_last_exception()
  8. File "/Library/Python/2.7/site-packages/django/utils/autoreload.py", line 249, in raise_last_exception
  9. six.reraise(*_exception)
  10. File "/Library/Python/2.7/site-packages/django/utils/autoreload.py", line 226, in wrapper
  11. fn(*args, **kwargs)
  12. File "/Library/Python/2.7/site-packages/django/__init__.py", line 18, in setup
  13. apps.populate(settings.INSTALLED_APPS)
  14. File "/Library/Python/2.7/site-packages/django/apps/registry.py", line 85, in populate
  15. app_config = AppConfig.create(entry)
  16. File "/Library/Python/2.7/site-packages/django/apps/config.py", line 90, in create
  17. module = import_module(entry)
  18. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module
  19. __import__(name)
  20. ImportError: No module named registration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement