CMS or web framework - a simple project

There is actually nothing on my planned site that will require a whole host of settings, but I'm looking for something that has built-in functions for forums, comments, reviews, a blog, a database that users can request, and some functions of social networks.

I have decent experience using python, so I thought about using Django and also studied it in the process. I understand that this will require much more time than using a CMS.

So, part of me is inclined to use CMS in PHP, for example, worpress or drupal. I have no experience with PHP, but since all the functions I'm looking for are built-in, do you think this will be my fastest way to start and run?

+3
source share
6 answers

Take one of the many CMS projects in Django, for example, Mezzanine or Pinax, or Django cms or any of the others, see http://oswco.com/2011/may/20/cms-frameworks-what-use-django-vs- drupal / for a more complete set of links or discussions. You will be happier in something that can be scaled and modified more easily to be what you really want. There is even a Django-based Stack-overflow clown that you can get and integrate if you need to.

+5
source

Pinax http://pinaxproject.com/ - django ( CMS, , django-cms). Pinax - , , . ( ), ( ..). . CMS ( , Plone, ?) , .

+2

CMS, Drupal , cms, , vanilla . . , , Django, . Remenber, CMS - . .

+1

forum CMS , Django. Python, Django , . , , Python.

+1

Drupal ( 6, ). , , , Drupal.org.

0

Drupal Joomla - . -, Joomla , , . .

, LOTS LOTS, , drupal . , ! , Drupal . , . , joomla, . .

Wordpress, , API- , , , , . , drupal django.

Django, well according to your question ... that’s all you don’t want. In addition, if you have reached any of the Django CMS sites, you will see how painful it is to start and run them. However, I am personally a Django fanatic, but I would prefer that you come across a bad experience and terribly impressed him. so given your question , I would say Drupal!

0
source

All Articles