On Sun, Feb 25, 2007 at 12:51:56AM -0600, Jacob Kaplan-Moss wrote:
> Finally, the URLconf.  For the default case (a single admin)::
> 
>     ('^admin/', include(admin.site.urls()))
> 
> And for multiple admins::
> 
>     ('^admin/', include(admin.site.urls()))
>     ('^admin2/', include(second_admin_site.urls()))

Is there going to be any facility for defining additional admin views
besides the current add, change, and delete?

Nate

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to