I am new to Django and working my way through the Django book, which I
believe is the 0.96 release.

I'm up to Chapter 6 and trying to get the admin site to work. When my
browser goes to http://.../admin/, I get the message in the subject
line. I'm guessing that the admin directory under mysite needs to have
the file login.html.

Is this right?

Where can I find this file?

Thanks, Roy

Here is the top part of the error page displayed by the development server:


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:
/Library/Python/2.5/site-packages/django/template/loader.py in
find_template_source, line 72

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