On Friday 29 June 2007, Jeremy Dunck wrote:

> Yep, that doesn't make sense.  Something else is going on.
>
> Is it possible that the view servicing /accounts/login is calling
> auth.login?

From urls.py (copied and pasted from 
http://www.djangoproject.com/documentation/authentication/):

urlpatterns = patterns(
    [...],
    (r'^accounts/login/$', 'django.contrib.auth.views.login'),
)

> Or perhaps caching somewhere?

No, there's no caching involved.  It's a bare-bones Apache+mod_python setup.

> Or perhaps a different project entirely which has a different template
> inheritance chain?

This is my first Django project.

I hate it when you feel *so close* to finding the answer but can't make that 
final little leap.  :-)
-- 
Kirk Strauser

--~--~---------~--~----~------------~-------~--~----~
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