Skip to content

peterfarrell/django-cms

This branch is 6348 commits behind django-cms/django-cms:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a8fd91 · Feb 16, 2015
Sep 19, 2012
Feb 16, 2015
Feb 14, 2015
Feb 7, 2015
Feb 15, 2015
Nov 28, 2014
Apr 4, 2014
Jan 22, 2014
Sep 28, 2009
Jun 30, 2009
Apr 8, 2014
Oct 18, 2014
Feb 14, 2015
Feb 14, 2015
Dec 10, 2014
Jan 5, 2009
Apr 29, 2013
Jan 27, 2015
Aug 20, 2014
Feb 7, 2015
Feb 7, 2015
Feb 15, 2015

Repository files navigation

django CMS

https://travis-ci.org/divio/django-cms.svg?branch=support%2F3.0.x

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

Attention!

This is the develop branch. It's the branch for features that will go into django CMS 3.1. The master branch is the current stable release, the one released on PyPI.

support/3.0.x will be our next stable release, the most appropriate branch for fixes and patches that will go into the next master.

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) $ djangocms -p . my_demo
(env) $ cd my_demo

Getting Help

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

Credits

About

The easy-to-use and developer-friendly CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.9%
  • JavaScript 10.7%
  • HTML 2.3%
  • CSS 2.0%
  • Other 0.1%