On 11/4/07, Dokter Bob <[EMAIL PROTECTED]> wrote:
> My bad - it turned out there was a non-existent view listed in our
> url's.
> Somehow this caused the admin logout to not work (and some other
> strange problems too).

I suspect the reason for this is that the admin now uses the 'url'
template tag for generating some of its internal links, and that tag
needs to scan your URLConf and look at information about the views the
URLs resolve to, so if you have a URL that points to a nonexistent
view it blows up.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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