I am just working on my first project.  I successfully created a
couple of models but get the following error when I poin the browser
at /admin/  Any ideas ?  thks.  Running on Ubuntu Feisty w/ .96
backport.

TemplateDoesNotExist at /admin/
admin/login.html
Request Method:         GET
Request URL:    http://127.0.0.1:8000/admin/
Exception Type:         TemplateDoesNotExist
Exception Value:        admin/login.html
Exception Location:     /usr/lib/python2.5/site-packages/django/template/
loader.py in find_template_source, line 72
Template-loader postmortem

Django tried loading these templates, in this order:

    * Using loader
django.template.loaders.filesystem.load_template_source:
    * Using loader
django.template.loaders.app_directories.load_template_source:

Traceback (innermost last)
Switch to copy-and-paste view

    * /usr/lib/python2.5/site-packages/django/core/handlers/base.py in
get_response
        70. # Apply view middleware
        71. for middleware_method in self._view_middleware:
        72. response = middleware_method(request, callback,
callback_args, callback_kwargs)


--~--~---------~--~----~------------~-------~--~----~
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