Sorry for what is probably a pretty basic issue but after installing
Django (.96.1) on my MacBook Pro I am getting an odd error that is
telling me that template 500.html is not available.  There's nothing
in the documentation (for installation / setup) on this so I have a
feeling that it may be a Mac specific kind of thing.  I have seen
others had this but there does not seem to be a clear cut solution.
Any suggestions?

Traceback (most recent call last):

  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/core/servers/basehttp.py", line 272, in
run
    self.result = application(self.environ, self.start_response)

  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/core/servers/basehttp.py", line 614, in
__call__
    return self.application(environ, start_response)

  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/core/handlers/wsgi.py", line 189, in
__call__
    response = self.get_response(request)

  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/core/handlers/base.py", line 126, in
get_response
    return callback(request, **param_dict)

  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/views/defaults.py", line 88, in
server_error
    t = loader.get_template(template_name) # You need to create a
500.html template.

  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/template/loader.py", line 79, in
get_template
    source, origin = find_template_source(template_name)

  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/template/loader.py", line 72, in
find_template_source
    raise TemplateDoesNotExist, name

TemplateDoesNotExist: 500.html


Thanks so much,
Brooke
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to