Re: Using django for CMS stuff

2007-02-16 Thread yary
On Feb 14, 12:12 pm, "walterbyrd" <[EMAIL PROTECTED]> wrote: > CMSes like joomla and drupal have a rich assortment of plugins/modules/ > extensions for stuff like: blogs, forums, galleries, news aggregators, > ecommerce, document management, and so on. > > How difficult would it be to get that sor

Re: Using django for CMS stuff

2007-02-15 Thread [EMAIL PROTECTED]
I'm going to respectfully disagree with Kenneth. Django CAN be just the thing, even if you're not a programmer. The things you can accomplish just with generic views are mind-boggling. I'm not much of a programmer (as is evident by many of my posts here) but I chose Django over an off-the-shelf C

Re: Using django for CMS stuff

2007-02-14 Thread Kenneth Gonsalves
On 15-Feb-07, at 1:49 AM, [EMAIL PROTECTED] wrote: > Django is very good for CMS like apps. I develop Diamanda Wiki and > MyghtyBoard forum (www.rkblog.rk.edu.pl) and each app has it's own > folder for code/templates and can be rather easily used in other > projects :) if you want a readymade c

Re: Using django for CMS stuff

2007-02-14 Thread [EMAIL PROTECTED]
Django is very good for CMS like apps. I develop Diamanda Wiki and MyghtyBoard forum (www.rkblog.rk.edu.pl) and each app has it's own folder for code/templates and can be rather easily used in other projects :) --~--~-~--~~~---~--~~ You received this message becau

Using django for CMS stuff

2007-02-14 Thread walterbyrd
CMSes like joomla and drupal have a rich assortment of plugins/modules/ extensions for stuff like: blogs, forums, galleries, news aggregators, ecommerce, document management, and so on. How difficult would it be to get that sort of functionallity from dango? --~--~-~--~~