Dear all,

      Installed the Django framework in my local machine.
      Am able to create a models and inserted values into database.
      When I was trying to show the admin page it showed the following
error.

     Traceback (most recent call last):

  File "/home/thangappan/Non-Technical/Python//lib/python2.4/site-
packages/django/core/servers/basehttp.py", line 279, in run
    self.result = application(self.environ, self.start_response)

  File "/home/thangappan/Non-Technical/Python//lib/python2.4/site-
packages/django/core/servers/basehttp.py", line 651, in __call__
    return self.application(environ, start_response)

  File "/home/thangappan/Non-Technical/Python//lib/python2.4/site-
packages/django/core/handlers/wsgi.py", line 241, in __call__
    response = self.get_response(request)

  File "/home/thangappan/Non-Technical/Python//lib/python2.4/site-
packages/django/core/handlers/base.py", line 134, in get_response
    return self.handle_uncaught_exception(request, resolver, exc_info)

  File "/home/thangappan/Non-Technical/Python//lib/python2.4/site-
packages/django/core/handlers/base.py", line 166, in
handle_uncaught_exception
    return callback(request, **param_dict)

  File "/home/thangappan/Non-Technical/Python//lib/python2.4/site-
packages/django/views/defaults.py", line 23, in server_error
    t = loader.get_template(template_name) # You need to create a
500.html template.

  File "/home/thangappan/Non-Technical/Python/lib/python2.4/site-
packages/django/template/loader.py", line 81, in get_template
    source, origin = find_template_source(template_name)

  File "/home/thangappan/Non-Technical/Python/lib/python2.4/site-
packages/django/template/loader.py", line 74, in find_template_source
    raise TemplateDoesNotExist, name

TemplateDoesNotExist: 500.html



Why is there error occurring?

Please help me......?


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to