Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. [Sun Oct 02 09:30:25.140314 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] Traceback (most recent call last):
  2. [Sun Oct 02 09:30:25.140342 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/usr/lib64/python2.7/site-packages/django/core/handlers/wsgi.py", line 170, in __call__
  3. [Sun Oct 02 09:30:25.140477 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] self.load_middleware()
  4. [Sun Oct 02 09:30:25.140498 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/usr/lib64/python2.7/site-packages/django/core/handlers/base.py", line 52, in load_middleware
  5. [Sun Oct 02 09:30:25.140639 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] mw_instance = mw_class()
  6. [Sun Oct 02 09:30:25.140659 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/usr/lib64/python2.7/site-packages/django/middleware/locale.py", line 24, in __init__
  7. [Sun Oct 02 09:30:25.140728 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] for url_pattern in get_resolver(None).url_patterns:
  8. [Sun Oct 02 09:30:25.140750 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/usr/lib64/python2.7/site-packages/django/core/urlresolvers.py", line 401, in url_patterns
  9. [Sun Oct 02 09:30:25.140954 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  10. [Sun Oct 02 09:30:25.140974 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/usr/lib64/python2.7/site-packages/django/core/urlresolvers.py", line 395, in urlconf_module
  11. [Sun Oct 02 09:30:25.140997 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] self._urlconf_module = import_module(self.urlconf_name)
  12. [Sun Oct 02 09:30:25.141009 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
  13. [Sun Oct 02 09:30:25.141059 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] __import__(name)
  14. [Sun Oct 02 09:30:25.141076 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/var/venv/severcart/conf/urls.py", line 11, in <module>
  15. [Sun Oct 02 09:30:25.141126 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] url(r'^docs/', include('docs.urls', namespace='docs')),
  16. [Sun Oct 02 09:30:25.141160 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/usr/lib64/python2.7/site-packages/django/conf/urls/__init__.py", line 33, in include
  17. [Sun Oct 02 09:30:25.141231 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] urlconf_module = import_module(urlconf_module)
  18. [Sun Oct 02 09:30:25.141250 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
  19. [Sun Oct 02 09:30:25.141275 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] __import__(name)
  20. [Sun Oct 02 09:30:25.141287 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/var/venv/severcart/docs/urls.py", line 2, in <module>
  21. [Sun Oct 02 09:30:25.141334 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] from .views import (handbook,
  22. [Sun Oct 02 09:30:25.141348 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] File "/var/venv/severcart/docs/views.py", line 17, in <module>
  23. [Sun Oct 02 09:30:25.141469 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] from .forms.add_doc import AddDoc
  24. [Sun Oct 02 09:30:25.141503 2016] [wsgi:error] [pid 19338] [remote 176.194.173.194:224] ImportError: No module named forms.add_doc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement