Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcicman/django-cms-2.0
An Advanced Django Cms
https://github.com/pcicman/django-cms-2.0
Last synced: 3 months ago
JSON representation
An Advanced Django Cms
- Host: GitHub
- URL: https://github.com/pcicman/django-cms-2.0
- Owner: pcicman
- License: bsd-3-clause
- Fork: true (django-cms/django-cms)
- Created: 2009-04-02T09:14:54.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-05T16:00:03.000Z (about 15 years ago)
- Last Synced: 2024-07-18T21:58:42.843Z (4 months ago)
- Language: Python
- Homepage: http://www.django-cms.org
- Size: 5.79 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
* VideoMany more are in the works. Plugins are very easy to write and integrate with your own models.
Tour & Screenshots
------------------can be found [here](http://www.django-cms.org/en/tour/)
Documentation
-------------Can be found [here](http://www.django-cms.org/en/documentation/).
Installation instructions can be found [here](http://www.django-cms.org/en/documentation/2.0/installation/).
Sourcecode
----------Can be found [here](http://github.com/digi604/django-cms-2.0/) on github.
Help
----There is a [google group mailinglist](http://groups.google.com/group/django-cms)
You can also visit the project website at [django-cms.org](http://www.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](http://code.djangoproject.com/wiki/CMSAppsComparison).This is a fork of django-page-cms.
Some icons are from [http://www.famfamfam.com](http://www.famfamfam.com/)