when editing a url field in the admin, I entered the url of a page
that used apache to authenticate, and required a valid django user to
log in. The admin, said that hte url was broken, and required me to
"fix" the field before it would save it. There was no "over-ride, I
know what I am doing" option.

What is the best way to fix this? What if someone wants to enter a
broken url in an admin page? What if the url isn't broken, just
requires a login?

This is the relevant portion of the apache httpd.conf file for the url
I was pointing at:

  <Location "/picturesPrivate/">
    SetHandler None
    AuthType Basic
    AuthName "jlcarroll.net"
    Require valid-user
    SetEnv DJANGO_SETTINGS_MODULE django_smug.settings
    pythonOption DJANGO_SETTINGS_MODULE django_smug.settings
    PythonAuthenHandler django.contrib.auth.handlers.modpython
  </Location>

Thanks

James
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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