Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinchengx/django-cms
An Advanced Django CMS.
https://github.com/calvinchengx/django-cms
Last synced: 11 days ago
JSON representation
An Advanced Django CMS.
- Host: GitHub
- URL: https://github.com/calvinchengx/django-cms
- Owner: calvinchengx
- License: bsd-3-clause
- Fork: true (django-cms/django-cms)
- Created: 2011-08-26T14:16:06.000Z (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2011-09-01T12:43:08.000Z (over 13 years ago)
- Last Synced: 2024-10-02T09:15:17.725Z (4 months ago)
- Language: Python
- Homepage: http://www.django-cms.org
- Size: 11.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.txt
- License: LICENSE
Awesome Lists containing this project
README
##########
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 applicationsYou 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
* VideoHowever 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
******** This is a fork of the
`django-page-cms `_.
* Includes icons from `FamFamFam `_.
* Video plugin uses the
`OSFlashVideoPlayer `_.
* Includes the `Wymeditor `_.
* Python tree engine powered by
`django-mptt `_.
* Javascript tree in admin uses `jsTree `_.
* Many thanks to the
`over 150 contributors `_
to the django CMS!