Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 241, in __call__
  3. response = self.get_response(request)
  4. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/core/handlers/base.py", line 142, in get_response
  5. return self.handle_uncaught_exception(request, resolver, exc_info)
  6. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/core/handlers/base.py", line 177, in handle_uncaught_exception
  7. if resolver.urlconf_module is None:
  8. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/core/urlresolvers.py", line 238, in _get_urlconf_module
  9. self._urlconf_module = import_module(self.urlconf_name)
  10. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/utils/importlib.py", line 35, in import_module
  11. __import__(name)
  12. File "/var/django/reeliner/source/urls.py", line 11, in <module>
  13. admin.autodiscover()
  14. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/contrib/admin/__init__.py", line 35, in autodiscover
  15. if module_has_submodule(mod, 'admin'):
  16. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/utils/module_loading.py", line 14, in module_has_submodule
  17. for entry in package.__path__: # No __path__, then not a package.
  18. AttributeError: 'module' object has no attribute '__path__'
  19. [pid: 28413|app: 0|req: 7/7] 84.52.118.15 () {40 vars in 691 bytes} [Tue Jul 5 05:34:24 2011] GET / => generated 0 bytes in 5 msecs (HTTP/1.1 500) 0 headers in 0 bytes (0 async switches on async core 0)
  20. Traceback (most recent call last):
  21. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 241, in __call__
  22. response = self.get_response(request)
  23. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/core/handlers/base.py", line 142, in get_response
  24. return self.handle_uncaught_exception(request, resolver, exc_info)
  25. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/core/handlers/base.py", line 177, in handle_uncaught_exception
  26. if resolver.urlconf_module is None:
  27. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/core/urlresolvers.py", line 238, in _get_urlconf_module
  28. self._urlconf_module = import_module(self.urlconf_name)
  29. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/utils/importlib.py", line 35, in import_module
  30. __import__(name)
  31. File "/var/django/reeliner/source/urls.py", line 11, in <module>
  32. admin.autodiscover()
  33. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/contrib/admin/__init__.py", line 35, in autodiscover
  34. if module_has_submodule(mod, 'admin'):
  35. File "/var/django/reeliner/env/lib/python2.6/site-packages/django/utils/module_loading.py", line 14, in module_has_submodule
  36. for entry in package.__path__: # No __path__, then not a package.
  37. AttributeError: 'module' object has no attribute '__path__'
  38. [pid: 28413|app: 0|req: 8/8] 84.52.118.15 () {38 vars in 622 bytes} [Tue Jul 5 05:34:24 2011] GET /favicon.ico => generated 0 bytes in 5 msecs (HTTP/1.1 500) 0 headers in 0 bytes (0 async switches on async core 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement