pycms - a web content management system based on CherryPy.
Project description
About
pycms is a web content management system based on CherryPy.
Prerequisites
Python http://www.python.org
Installation
Unzip the file, then at the command line run
python setup.py install
Usage
On the command line, run
python3 pycms.py
Documentation
To read the API documentation, open a shell / DOS window, navigate to the pycms directory, and run
pydoc pycms
You can create a HTML version using
pydoc -w pycms
License
pycms is licensed under the GPL. See the file COPYING for details.