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

  • 62 was committed 1 day, 14 hours ago.
    Fix a minor bug into urls
  • 61 was committed 1 day, 14 hours ago.
    Change the name of initial fixture to don’t install them by default
  • 60 was committed 2 days, 14 hours ago.
    Remove old documentation
  • 58 was committed 5 days, 8 hours ago.
    Add urlify for slug
  • 57 was committed 5 days, 8 hours ago.
    Minor fixes
  • 56 was committed 5 days, 9 hours ago.
    A nice screenshot
  • 55 was committed 5 days, 9 hours ago.
    Minor cosmetic fix
  • 54 was committed 5 days, 9 hours ago.
    Various fixes
  • 53 was committed 5 days, 9 hours ago.
    Big migration to MPTT
  • 52 was committed 6 days, 7 hours ago.
    Add a sub menu tag. SQL requests are exploding.