I am sure this question has been asked before but haven't been able to
find the answer.

I am using the django decorator for user authentication.

My views has the line
@login_required

And my urls.py has the line

(r'^accounts/login/$', 'django.contrib.auth.views.login'),

It works fine in the django development environment, but when I try
and use mod_python it gives me the error message that /accounts/login
is not found.

Thanks,
Jeff


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to