digi604 / django-cms-2.0
- Source
- Commits
- Network (136)
- Issues (71)
- Downloads (3)
- Wiki (5)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jan 04 02:42:35 -0800 2010 | |
| |
.hgignore | Mon Sep 28 02:10:35 -0700 2009 | |
| |
.hgtags | Tue Jun 30 01:45:36 -0700 2009 | |
| |
.settings/ | Wed Jan 06 12:26:46 -0800 2010 | |
| |
AUTHORS | Mon Nov 30 00:43:34 -0800 2009 | |
| |
CHANGELOG.txt | Mon Jan 11 15:10:11 -0800 2010 | |
| |
LICENSE | Mon Jan 05 02:51:48 -0800 2009 | |
| |
MANIFEST.in | Wed Feb 03 10:48:21 -0800 2010 | |
| |
README.md | Tue Jan 05 04:21:32 -0800 2010 | |
| |
cms/ | Wed Feb 10 04:15:37 -0800 2010 | |
| |
example/ | Fri Jan 22 07:04:39 -0800 2010 | |
| |
mptt/ | Tue Jul 21 14:55:05 -0700 2009 | |
| |
publisher/ | Wed Feb 10 02:05:01 -0800 2010 | |
| |
setup.py | Wed Feb 03 10:48:22 -0800 2010 |
Django CMS 2.0
A Django app for managing hierarchical pages of content in multiple languages, on different sites.
Django CMS handles the navigation rendering for you in multiple languages with internationalization (i18n) slugs, and the navigation can be extended by your own models.
Pages are rendered with a template that has placeholders which get filled via plugins. Plugins included at the moment include the following:
- File
- Flash
- Google Map
- Link
- Picture
- HTML Snippet
- Teaser
- Text
- Video
Many more are in the works. Plugins are very easy to write and integrate with your own models.
For a list of 3rd party plugins have a look here.
Tour & Screenshots
Can be found here. Some Sites done with django-cms can be found here
Documentation
Can be found here.
Installation instructions can be found here.
Sourcecode
Can be found here on github.
Help
There is a google group mailinglist You can also visit the project website at django-cms.org or #django-cms on freenet IRC for more info.
For a feature comparison of all the CMS apps available for django see CMSComparison.
Kudos
- This is a fork of django-page-cms.
- Some icons are from http://www.famfamfam.com
- Video plugin uses OSFlashVideoPlayer
- Includes Wymeditor
- Tree Component from jstree.com

