On 20 dec, 10:54, "patrick k." <[EMAIL PROTECTED]> wrote:
do it like in any other application:
custom view, custom template, change urls
Hi Patrick,
That's exactely what I wanted to know for one exception.
How to call the custom view when using admin.?
By overriding the 'default' call:
(r'^admin/mine/', include('mysite.admin.urls')),
(r'^admin/', include('django.contrib.admin.urls')),
Rob
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---