admin/login.html
?
Was working fine in the older version.
Have you started using any new middleware or contrib apps?
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.
tar xzvf Django-1.3.tar.gz
cd Django-1.3
sudo python setup.py install
worked, so my templates are back and everything works as expected...
Thanks,
W
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/yB-1Z3mjbvIJ.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
Django 1.3 shipped with staticfiles for static documents, maybe you could look that way.