2007-11-06

A page CMS for the Django web framework

Django is a incredible framework. It's easy to learn and use. Building a CMS in it is easy. But we don't want to re-invent the wheel each time right?

So after searching the web to find something like a hierachical pages CMS, and see that nothing fit my needs, I have quickly done an little page CMS like application for the Django framework. I had hard time getting a consitent look in admin interface, but it's quite in shape and usable.

Key features

  • Create/Edit/Delete hierarchical pages
  • Django admin integration
  • Multilingual support
  • Multiple inherited template support
  • As simple as possible

Go to the google code repository to download and get informations about the Django page CMS.

Admin of Django page CMS