My favorites | Sign in
Logo
                

A tree based django CMS application

This Django CMS enable you to create and administrate hierarchical pages in a simple and powerful way.

Django page CMS is based around a placeholders concept. A placeholder is special template tag that you use in your page templates. Every time you add a placeholder in your template a field dynamically appears in the page admin.

Demo

This admin interface is no up to date, but could give you an idea of what the software is doing:

See the Screenshots

Key features

Other features

Here is the list of features you can enable/disable:

Dependencies & Compatibility

Help and documentation

Or post something into the Google Group

Test it

To test this CMS checkout the code with subversion :

svn checkout http://django-page-cms.googlecode.com/svn/trunk/ django-page-cms

And then, run the development server :

cd example/
python manage.py syncdb
python manage.py build_media
python manage.py manage.py runserver

Django Page CMS try to keep the code as stable as possible. The test coverage is higher than 80% and we try to keep it this way. To run the test suite:

python setup.py test

If you have the special page permission system enabled and you are not admin, you must create a PagePermission object with all rights assigned to your user. After that you will be able to create pages.

How to contribute

Please create a clone on github:

http://github.com/batiste/django-page-cms

Handling images

Django page CMS include a image placeholder for basic needs. For a complete file browser you could use:

Translations

This application is available in english, german, french, spanish, danish and russian.

Site made with Django Page CMS

Other Django CMS

Django CMS comparaison









Hosted by Google Code