rafaponieman / django-cms

An Advanced Django CMS.

Home Page:http://www.django-cms.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django CMS

A Django application for managing hierarchical pages of content, possibly in multiple languages and/or on multiple sites.

Django CMS handles the navigation rendering for you with clean, slug based URLs, and this navigation can be extended by custom Django applications

You can define editable areas, called placeholders, in your templates which you can fill with CMS plugins, by default we ship the following plugins:

  • File
  • Flash
  • Google Map
  • Link
  • Picture
  • HTML Snippet
  • Teaser
  • Text
  • Video
  • Twitter

However this is not the end of the list, there are many 3rd party plugins already available for you to use. 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.

Getting Help

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

Credits

About

An Advanced Django CMS.

http://www.django-cms.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 78.9%Language:JavaScript 21.1%