Re: Multiple Admin Site and Restricting models available in one AdminSite

2008-11-18 Thread Alex Koshelev
> I understand that we can now have several admin site for the same app. (by proper configuration in the url_conf). Yes with using of several AdminSite instances. So you can register models to needed site instance. That helps you to separate access to models from different admin backends. On Tue,

Multiple Admin Site and Restricting models available in one AdminSite

2008-11-18 Thread Manakel
Hello All, I understand that we can now have several admin site for the same app. (by proper configuration in the url_conf). So it's allow to provide different layout of the admin interface to different people of the project. However i don't understand if you can restrict the models of a app tha