Re: Philosophy behind the Django admin

2007-09-08 Thread Kenneth Gonsalves
On 08-Sep-07, at 10:38 PM, Brisingman wrote: > What is the philosophy behind the Django admin app? Is is supposed to > be a quick start to a CMS, ie was the thinking that developers would > use this base code to build their custom CMS or are we to use some > other CMS? you are sup

Re: Philosophy behind the Django admin

2007-09-08 Thread Chris Hoeppner
This is actually outlined in the Django Book. http://www.djangobook.com/en/beta/chapter18/ Here's the relevant piece: > The Zen of Admin > > At it's core, Django's admin is designed for a single activity: > > 1 > Trusted users editing structured content. > > > Yes, extremely

Philosophy behind the Django admin

2007-09-08 Thread Brisingman
Hi all, What is the philosophy behind the Django admin app? Is is supposed to be a quick start to a CMS, ie was the thinking that developers would use this base code to build their custom CMS or are we to use some other CMS? If the latter, can anyone recommend a user-friendly, free, python