Skip to content

alekGbuz/django-cms

 
 

Repository files navigation

django CMS

image

image

image

image

image

Code Climate

Open source enterprise content management system based on the django framework.

Attention

To propose features, always open pull requests on the develop branch. It's the branch for features that will go into the next django CMS feature release.

For fixes for 3.0.x releases, please work on support/3.0.x which contains the next patch release for 3.0.x series.

The master branch is the current stable release, the one released on PyPI. Changes based on master will not be accepted.

Features

  • 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 (static placeholders) 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:

3rd party plugins

Should you be unable to find a suitable plugin for you needs, writing your own is very simple.

More information on our website.

Documentation

Please head over to our documentation for all the details on how to install, extend and use the django CMS.

Tutorial

http://docs.django-cms.org/en/latest/introduction/index.html

Quick Start

You can use the django CMS installer:

$ pip install --upgrade virtualenv
$ virtualenv env
$ source env/bin/activate
(env) $ pip install djangocms-installer
(env) $ mkdir myproject && cd myproject
(env) $ djangocms -p . my_demo
(env) $ python manage.py

Getting Help

Please head over to our IRC channel, #django-cms, on irc.freenode.net or write to our mailing list.

********** Commercial support**********

This project is backed by Divio. If you need help implementing or hosting django CMS, please contact us: sales@divio.ch.

Credits

About

The easy-to-use and developer-friendly CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.7%
  • JavaScript 10.2%
  • HTML 2.2%
  • CSS 1.8%
  • Other 0.1%