django CMS

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by JJMC89 bot (talk | contribs) at 10:31, 3 October 2016 (Remove {{Twitter}} parameter(s) migrated to Wikidata per request) (AWB (12095)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Developer(s)Divio AG
Initial releaseMay 2007; 17 years ago (2007-05)
Stable release
3.4.0 / 15 September 2016; 7 years ago (2016-09-15)[1]
Repository
Written inPython
Operating systemCross-platform
PlatformDjango
TypeContent management system
LicenseBSD licenses
Websitedjango-cms.org

django CMS is a free and open source[2] content management system platform for publishing content on the World Wide Web and intranets. It is written in Django,[3] and Python.[4]

History

django CMS 1.0 was created by Thomas Steinacher.

django CMS 2.0 was a complete rewrite of the system by Patrick Lauber, itself based on a fork of django-page-cms.

django CMS 3.0 was released in 2013.

django CMS is backed by Divio AG, a Swiss software company.

It is maintained by a team of full-time developers and open-source community members; a complete list of contributors is available.

As of 10 June 2016, django CMS 3.0 is compatible with Django versions 1.8 and 1.7.

As of 15 September 2016, django CMS 3.4 introduced a Long Term Support (LTS) release cycle.

Translations

django CMS handles multilingual content by default. Its administration interface supports several languages.

Transifex[5] is used to manage the translations of the project. The current status of the translations can be found here.

Features

Frontend-editing
edit all plugins within the page.
Reusable plugins
use django CMS plugins in your own apps.
Flexible Plugin Architecture
build flexible pages with a wide range of plugins.
Search Engine Optimization
the structure of the pages is optimized for indexing.
Editorial workflow
workflows for publishing and approval.
Permission Management
set specific rights to different users.
Versioning
each modification of the page will be saved. You can restore any state you wish.
Multisites
administer multiple websites over the same admin interface.
Multilanguage
support for different languages (i.e. Arabic, Chinese or Russian)
Applications (Apps)
add apps to different pages of the CMS.
Media Asset Manager (MAM)
allows you to manage all kind of assets (pictures, PDFs, videos and other documents).

See also

Notable uses

Notes

  1. ^ "django CMS CHANGELOG". github.com. 15 September 2016. Retrieved 11 December 2015.
  2. ^ "Developers". django-cms.org. Retrieved 2015-12-21.
  3. ^ "Django Packages: CMS Comparison". djangopackages.com. Retrieved 2015-12-21.
  4. ^ "Languages used by Django CMS". github.com. Retrieved 2009-11-17.
  5. ^ "Developers". django-cms.org. Retrieved 2009-12-09. — a list of developers, and tools used.

External links