Advertisement
Guest User

Untitled

a guest
Sep 8th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Traceback (most recent call last):
  2.  
  3. File "/Library/Python/2.6/site-packages/django/core/servers/basehttp.py", line 283, in run
  4. self.result = application(self.environ, self.start_response)
  5.  
  6. File "/Library/Python/2.6/site-packages/django/core/handlers/wsgi.py", line 273, in __call__
  7. response = self.get_response(request)
  8.  
  9. File "/Library/Python/2.6/site-packages/django/core/handlers/base.py", line 169, in get_response
  10. response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
  11.  
  12. File "/Library/Python/2.6/site-packages/django/core/handlers/base.py", line 218, in handle_uncaught_exception
  13. return callback(request, **param_dict)
  14.  
  15. File "/Library/Python/2.6/site-packages/django/utils/decorators.py", line 93, in _wrapped_view
  16. response = view_func(request, *args, **kwargs)
  17.  
  18. File "/Library/Python/2.6/site-packages/django/views/defaults.py", line 30, in server_error
  19. t = loader.get_template(template_name) # You need to create a 500.html template.
  20.  
  21. File "/Library/Python/2.6/site-packages/django/template/loader.py", line 157, in get_template
  22. template, origin = find_template(template_name)
  23.  
  24. File "/Library/Python/2.6/site-packages/django/template/loader.py", line 138, in find_template
  25. raise TemplateDoesNotExist(name)
  26.  
  27. TemplateDoesNotExist: 500.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement