Skip to content

Tiger1510/piano

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.1%
  • CSS 21.5%
  • Mako 8.6%
  • Shell 1.8%