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
| TERM: xterm-256color | |
| window: | |
| dimensions: | |
| columns: 0 | |
| lines: 0 | |
| padding: | |
| x: 0 | |
| y: 0 | |
| dynamic_padding: false |
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 | Traceback (most recent call last): | |
| web_1 | File "/usr/local/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 63, in __call__ | |
| web_1 | return self.application(environ, start_response) | |
| web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 177, 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 230, in get_response | |
| web_1 | response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) | |
| web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 289, in handle_uncaught_exception | |
| web_1 | return debug.technical_500_response(request, *exc_info) | |
| web_1 | File "/usr/local/lib/python2.7/site-packages/django_extensions/management/technical_response.py", line 6, in null_technical_500_response |