Open source enterprise content management system based on the django framework.
- Hierarchical pages
- Extensive support for multilingual websites
- Multi site support
- Draft/Published workflows
- Undo/Redo
- Use the content blocks (placeholders) in your own apps (models)
- Use the content blocks (stacks) anywhere in your templates
- Edit content directly in the frontend on your pages
- Hierarchical content plugins (columns, style changes etc)
- Navigation rendering and extending from your apps
- SEO friendly urls
- Highly integrative into your own apps
You can define editable areas, called placeholders, in your templates which you fill with many different so called CMS content plugins. A list of all the plugins can be found here:
Should you be unable to find a suitable plugin for you needs, writing your own is very simple.
More information on our website.
Please head over to our documentation for all the details on how to install, extend and use the django CMS.
https://github.com/divio/django-cms-tutorial
You can use the django CMS installer:
$ pip install --upgrade virtualenv $ virtualenv env $ source env/bin/activate (env) $ pip install djangocms-installer (env) $ djangocms -p . my_demo (env) $ cd my_demo
Please head over to our IRC channel, #django-cms, on irc.freenode.net or write to our mailing list.
- Includes icons from FamFamFam.
- Python tree engine powered by django-mptt.
- Javascript tree in admin uses jsTree.
- Many thanks to the over 250 contributors to the django CMS!