Re: interface admin

2011-03-07 Thread vikalp sahni
check out. django-admin-tools https://bitbucket.org/izi/django-admin-tools/wiki/Home it might help you. Regards, //Vikalp On Mon, Mar 7, 2011 at 6:44 PM, galbourn wrote: > I started in Django and I have a question. > Is it possible to generate different admin

interface admin

2011-03-07 Thread galbourn
I started in Django and I have a question. Is it possible to generate different admin interfaces that are accessible according to user profiles? What is the easiest solution to manage different interfaces according to user profiles? Thank you for your help -- You received this message because

interface admin

2011-03-07 Thread galbourn
I started in Django and I have a question. Is it possible to generate different admin interfaces that are accessible according to user profiles? What is the easiest solution to manage different interfaces according to user profiles? Thank you for your help -- You received this message because

Custom admin interface (admin/change_list.html)

2007-04-11 Thread asrenzo
Hi, I'm wrtting a small web site with a limited number of apps and tables. Almost all my models can easely be managed throught the automatic django admin interface. I changed some minors points of the some change_form by subclassing the original ones and adding extra content in some usable