I'm using Django 1.3, and the templates exist in site-packages.

Within my virtualenv:
lib/python2.7/site-packages/django/contrib/admin/templates/admin/login.html

How did you install/upgrade 1.3? Are you using virtualenv? Do you have multiple versions of Python on your system?

Try just creating a fresh virtualenv using the --no-site-packages option and pip install Django and see if your project will work that way.


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