FyPress is a mini CMS in Python based on Flask and Jinja2, aimed to easily deploy content-managed websites through organized articles and pages, using simply HTML.
git clone git@github.com:Fy-/FyPress.git
cd FyPress
virtualenv env
source env/bin/activate
(env) pip install -r requirements.txt
Edit your configuration file (config.py)
(env) python manager.py init_db
(env) python manager.py init_fypress --login=yourLogin --email=your@email.tld --passwd=yourPassword
(env) python run.py
Build your website http://127.0.0.1:5000 & http://127.0.0.1:5000/admin/
This project is licensed under the MIT license, see LICENSE
for more details.