On 1/7/06, Brian Ray <[EMAIL PROTECTED]> wrote:
"/usr/local/lib/python2.4/site-packages/django/contrib/auth/handlers/modpython.py",
> line 20, in authenhandler
>     staff_only = _str_to_bool(options.get('DjangoRequireStaffStatus',
> "on"))
>
> TypeError: 'tuple' object is not callable

Ooooh, that looks like a bug in the Django mod_python authentication
handler that's triggered if DjangoRequireStaffStatus isn't set in
httpd.conf. Can you try putting the following in your <Location> and
seeing whether you get the same error?

    DjangoRequireStaffStatus off

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to