On Mon, Sep 8, 2008 at 6:29 PM, Neil Crighton <[EMAIL PROTECTED]>wrote:

>
> Hi,
>
> I'm working my way through the tutorial with version 1.0. I've just
> started on part 2.  When I try to visit the admin site, I get a huge
> page of text starting with:
>
> TemplateDoesNotExist at /admin/
>
> admin/login.html
>
> Request Method:         GET
> Request URL:    http://127.0.0.1:8000/admin/
> Exception Type:         TemplateDoesNotExist
>
>
> What am I doing wrong?  I've done everything I was told to do i the
> tutorial before visiting http://127.0.0.1:8000/admin/.
>
>
A little more of the error would have been helpful, specifically the
template loader post-mortem that showed where the template loader had looked
for the file.  Without that I do not know if you are hitting an old
installation problem I thought had been fixed (template files not
installed), or missed doing part of the tutorial (including admin in
installed apps?). If it's the former details on what OS you are running on
and how, exactly, you installed Django would be helpful.

Karen

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