kjq / piano

CMS built using Pyramid and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piano

Piano is an work-in-progress for building dynamic CMS-like sites consisting of componentized parts (such as pages or widgets) which can be assembled and configured at runtime.

It's also an evolving example demonstrating:

  • Pyramid
  • Traversal
  • Buildout
  • MongoDB and MongoKit
  • Sphinx documentation

Quick Installation

  1. python bootstrap.py
  2. bin/buildout
  3. bin/buildout install sphinx
  4. bin/sphinx-build docs docs/_build

Then, for detailed documentation go to /docs/_build/html/index.html.

About

CMS built using Pyramid and MongoDB


Languages

Language:Python 97.7%Language:Shell 2.3%