Friday, July 29, 2011

Re: lost admin on upgrade to django 1.3

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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment