On Sun, Sep 11, 2011 at 11:56 AM, Joshua Russo <[email protected]> wrote: > I've wondered this for a while, but is there a reason why the call to > admin.site.register(([Model], [ModelAdmin]) is not done within the init of > ModelAdmin?
You can run multiple AdminSite instances mounted at different URLs. admin.site is just a default instance of AdminSite for ease of use. -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
