https://github.com/rande/python-element
A Playground CMS based on python and tornado with a bit of magic
https://github.com/rande/python-element
Last synced: 8 months ago
JSON representation
A Playground CMS based on python and tornado with a bit of magic
- Host: GitHub
- URL: https://github.com/rande/python-element
- Owner: rande
- License: apache-2.0
- Created: 2013-05-06T19:29:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T14:31:36.000Z (over 9 years ago)
- Last Synced: 2025-02-02T06:23:46.016Z (over 1 year ago)
- Language: Python
- Homepage: http://python-element.readthedocs.org
- Size: 3.1 MB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
Element
=======
A node based CMS using Python Tornado and Python IoC.
Prerequises
===========
* bower (asset management)
* python 2.7
Install
=======
virtualenv --system-site-packages element
source element/bin/activate
make install