On Wed, May 5, 2010 at 9:52 PM, Jonatan.mv <[email protected]> wrote: > What would be you recommended CMS?. Could you please give some reasons > (pro and cons)?. > > I'm investigating on these: > > - PyLucid v0.8.x stable, v0.9 alpha > - FeinCMS v1.1.0 stable > - django-simplecms > - django-cms-2.0 2.0.2 stable , 2.1 alpha > - google-sites >
Disclaimer: I'm the primary author of FeinCMS, so my view is obviously biased. I won't give a recommendation and will let others speak up. That being said, there's still some advice I'd like to give. Some of these packages have different goals than other: FeinCMS and Django-CMS are primarily page oriented CMS. Both have plugins, which can be used to integrate other types of content than only rich text / plain text content snippets. On the other hand, simplecms and PyLucid offer more modules for structured content (like articles, blog entries etc) and therefore do more, but you might not need all functionality they offer. Using those might give you a head start compared to Django-CMS or FeinCMS though, but I'm not sure about that because I've never taken a deeper look at them. google-sites ... this is a list concerning Django, so google sites is off-topic, and I'm not sure whether you can use google sites for your own webpages at all, at least if you have requirements for styling, functionality which do not align well with what google sites is currently offering. Btw, did you take a look at the following page on the Django wiki? http://code.djangoproject.com/wiki/CMSAppsComparison Thanks, Matthias -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

