TemplateDoesNotExist
Python 2.4.3: /usr/local/bin/python2.4
Fri Sep 3 21:26:21 2010

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/welvicor/public_html/staging/data/flup/server/fcgi_base.py in run(self=<flup.server.fcgi_base.CGIRequest object>)
 /home/welvicor/public_html/staging/data/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi_fork.WSGIServer object>, req=<flup.server.fcgi_base.CGIRequest object>)
 /home/welvicor/public_html/staging/data/django/core/handlers/wsgi.py in __call__(self=<django.core.handlers.wsgi.WSGIHandler instance>, environ={'DJANGO_SETTINGS_MODULE': 'welsite.settings', 'DOCUMENT_ROOT': '/home/welvicor/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'no-cache', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'www.welvic.org.au', ...}, start_response=<function start_response>)
 /home/welvicor/public_html/staging/data/django/core/handlers/base.py in get_response(self=<django.core.handlers.wsgi.WSGIHandler instance>, path='/robots.txt', request=<DjangoRequest GET:{}, POST:{}, COOKIES:{}, META...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>)
 /home/welvicor/public_html/data/django/views/defaults.py in page_not_found(request=<DjangoRequest GET:{}, POST:{}, COOKIES:{}, META...gi.url_scheme': 'http', 'wsgi.version': (1, 0)}>, template_name='404')
   56     Context: None
   57     """
   58     t = loader.get_template(template_name)
   59     return httpwrappers.HttpResponseNotFound(t.render(Context()))
   60 
t undefined, global loader = <module 'django.core.template.loader' from '/hom...ublic_html/data/django/core/template/loader.pyc'>, loader.get_template = <function get_template>, template_name = '404'
 /home/welvicor/public_html/staging/data/django/core/template/loader.py in get_template(template_name='404')
 /home/welvicor/public_html/staging/data/django/core/template/loader.py in find_template_source(name='404', dirs=None)

TemplateDoesNotExist: 404
      args = ('404',)