Hi there. As the subject states, the urls for changing password and logging out are wrong, while the rest of the urls in the admin application are correct. The problem with those two urls is that they start with "admin/", even if I'm already in the admin "directory." For them to work, they should either start with "/admin" or they should simply not start with anything.
I've got Django r9791 and just set up a new project, added the admin application and due to my web host configuration, I added "FORCE_SCRIPT_URL = ''" in the settings.py file. Beyond that I haven't done anything with my project. I have another project that runs on the same server and revision, but with an older urls.py configuration (it uses the old way for specifying admin urls), which works fine. I could change my new project to use the old admin urls, but that doesn't feel right. Does anyone have any insight on this? Did I forget to do something? Thanks, Andreas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---