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

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]>

Developing a flexible CMS

2007-06-24 Thread Kyle Fox
I hope I can explain this well, because I've been wracking my poor little brain trying to figure out how to do this :) I'm trying to create a flexible CMS. I want it to be easy for users to create a Page, and attach all kinds of content ("components") to that page. These components would all