Forgot to say:
If I replace:
(r'^', include(alternate_admin.urls)),
with
(r'^', include('alternate_admin.urls')),
I can see the models I've got registered with my alternate admin but
the url reversing is messed up, i.e.: logout does not point to /logout
but to /admin/logout (while /admin/logout would be the logout page for
my other admin instance)
...
--
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.