Created
June 20, 2016 22:00
-
-
Save jrabbit/3c209a54580a1c560eff65ceea0e7eed 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
web_1 | 2016-06-20 21:57:31,640 ERROR Internal Server Error: / | |
web_1 | Traceback (most recent call last): | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/middleware/exception.py", line 35, in __call__ | |
web_1 | response = self.get_response(request) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 277, in _legacy_get_response | |
web_1 | response = self._get_response(request) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 224, in _get_response | |
web_1 | response = self.process_exception_by_middleware(e, request) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 222, in _get_response | |
web_1 | response = response.render() | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/template/response.py", line 109, in render | |
web_1 | self.content = self.rendered_content | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/template/response.py", line 86, in rendered_content | |
web_1 | content = template.render(context, self._request) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/template/backends/django.py", line 66, in render | |
web_1 | return self.template.render(context) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/opbeat/instrumentation/packages/base.py", line 63, in __call__ | |
web_1 | args, kwargs) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/opbeat/instrumentation/packages/base.py", line 222, in call_if_sampling | |
web_1 | return self.call(module, method, wrapped, instance, args, kwargs) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/opbeat/instrumentation/packages/django/template.py", line 18, in call | |
web_1 | return wrapped(*args, **kwargs) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/template/base.py", line 206, in render | |
web_1 | with context.bind_template(self): | |
web_1 | File "/usr/local/lib/python2.7/contextlib.py", line 17, in __enter__ | |
web_1 | return self.gen.next() | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/template/context.py", line 232, in bind_template | |
web_1 | processors = (template.engine.template_context_processors + | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/utils/functional.py", line 35, in __get__ | |
web_1 | res = instance.__dict__[self.name] = self.func(instance) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/template/engine.py", line 91, in template_context_processors | |
web_1 | return tuple(import_string(path) for path in context_processors) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/template/engine.py", line 91, in <genexpr> | |
web_1 | return tuple(import_string(path) for path in context_processors) | |
web_1 | File "/usr/local/lib/python2.7/site-packages/django/utils/module_loading.py", line 20, in import_string | |
web_1 | module = import_module(module_path) | |
web_1 | File "/usr/local/lib/python2.7/importlib/__init__.py", line 37, in import_module | |
web_1 | __import__(name) | |
web_1 | ImportError: No module named context_processors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment