Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T14:31:36.000Z (almost 8 years ago)
- Last Synced: 2023-03-10T23:52:01.731Z (almost 2 years ago)
- Language: Python
- Homepage: http://python-element.readthedocs.org
- Size: 3.1 MB
- Stars: 6
- Watchers: 3
- 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.7Install
=======virtualenv --system-site-packages element
source element/bin/activate
make install