On Mon, Mar 31, 2008 at 11:28 PM, Richa <[EMAIL PROTECTED]> wrote:

>
> Thanks Evert for your reply. I had tried that as well and it gave me
> the following error.
>
> 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:     C:\Program Files\Python25\Lib\site-packages\django
> \template\loader.py in find_template_source, line 72
>

Your installation is missing the templates (and probably media) trees from
the django\contrib\admin.  This was a problem with setup.py in some
situations on Windows, fixed a little over a month ago.  You can either fix
the install you have  by manually copying those trees from the source you
originally used to install, or re-install with the SVN version of Django,
which should not exhibit this problem.

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