Re: Developing a flexible CMS

2007-06-29 Thread anderson . santos . br
Hello everyone, I am talking to a friend to find a good solution for this question and finally write our own CMS. I am really thinking about how to create a flexible CMS and don't break django or don't rework a lot of stuff. So, what I do believe is that we have to focus on a Management System the

Re: Developing a flexible CMS

2007-06-26 Thread sime
Hi Kyle, I've run into the same problems before. I think you'll find Django admin is great for simple operations involving single records and the most basic relations. But for anything beyond that, you'll probably need to roll your own admin page. On Jun 25, 1:15 am, Kyle Fox <[EMAIL PROTECTED]>