Sidebar Network

django-page-cms A little tree based cms application for Django.

The Basics

The goal of this project is to create a simple Django application to administrate hierarchical data. The project is made of two applications:

  • The core hierachical application, that let you link data to a tree structure.
  • A multilingual page application that use this tree.

Key features:

  • Organize your data with a hierarchical tree application
  • Create your pages or any other objects and link them to the tree
  • Django admin application integration
  • Multilingual support in pages application
  • Multiple inherited template support for pages
Project Homehttp://code.google.com/p/django-page-cms/
Grab the Repository – svn checkout http://django-page-cms.googlecode.com/svn/trunk/
 

Recent Commits

  • 288 was committed 2 weeks ago.
    Removed debug print statements and cleaned up imports
  • 287 was committed 2 weeks ago.
    Added new HIDDEN option for the status field that hides a page from the navigation. Also made navigation only contain the published root pages
  • 285 was committed 2 weeks, 5 days ago.
    Backwards incompatible: Renamed some template tags to don’t overlap with other 3rd party apps
  • 283 was committed 2 weeks, 5 days ago.
    Backwards incompatible: Renamed some template tags to don’t overlap with other 3rd party apps
  • 276 was committed 3 weeks, 6 days ago.
    fix problems caused by removal of unquote import in Rev 271. This includes problem with not being able to move pages.
  • 272 was committed 4 weeks ago.
    Added ability to use the show_absolute_url tag with a slug string additionally to a page object
  • 271 was committed 4 weeks ago.
    Fixed i18n for some labels and added JavaScript i18n to PageAdmin.
  • 270 was committed 4 weeks ago.
    Added some more modifications for smoother i18n and a German translation
  • 269 was committed 4 weeks, 1 day ago.
    Moved RichTextarea to its own template and added delete permission admin view.
  • 268 was committed 4 weeks, 1 day ago.
    Added forgotten case in placeholder template tag