MOD_PYTHON ERROR

ProcessId:      15942
Interpreter:    'web34.webfaction.com'

ServerName:     'web34.webfaction.com'
DocumentRoot:   '/etc/httpd/htdocs'

URI:            '/'
Location:       '/'
Directory:      None
Filename:       '/etc/httpd/htdocs'
PathInfo:       '/'

Phase:          'PythonHandler'
Handler:        'django.core.handlers.modpython'

Traceback (most recent call last):

  File "/home/edwardedmonds/lib/python2.4/mod_python/importer.py", line 1537, in HandlerDispatch
    default=default_handler, arg=req, silent=hlist.silent)

  File "/home/edwardedmonds/lib/python2.4/mod_python/importer.py", line 1229, in _process_target
    result = _execute_target(config, req, object, arg)

  File "/home/edwardedmonds/lib/python2.4/mod_python/importer.py", line 1128, in _execute_target
    result = object(arg)

  File "/home/edwardedmonds/lib/python2.4/django/core/handlers/modpython.py", line 189, in handler
    return ModPythonHandler()(req)

  File "/home/edwardedmonds/lib/python2.4/django/core/handlers/modpython.py", line 162, in __call__
    response = self.get_response(request)

  File "/home/edwardedmonds/lib/python2.4/django/core/handlers/base.py", line 108, in get_response
    return callback(request, **param_dict)

  File "/home/edwardedmonds/lib/python2.4/django/views/defaults.py", line 79, in page_not_found
    t = loader.get_template(template_name) # You need to create a 404.html template.

  File "/home/edwardedmonds/lib/python2.4/django/template/loader.py", line 79, in get_template
    source, origin = find_template_source(template_name)

  File "/home/edwardedmonds/lib/python2.4/django/template/loader.py", line 72, in find_template_source
    raise TemplateDoesNotExist, name

TemplateDoesNotExist: 404.html