FyPress
FyPress copied to clipboard
FyPress is a mini CMS in Python based on Flask and Jinja2. THIS PROJECT IS DEAD- Working on a new version: https://github.com/Fy-/Naginie
THIS PROJECT IS DEAD: Working on a new version: Naginie
FyPress (Still in development)
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.
Install FyPress
git clone [email protected]: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 protected] --passwd=yourPassword
(env) python run.py
Build your website http://127.0.0.1:5000 & http://127.0.0.1:5000/admin/
License
This project is licensed under the MIT license, see LICENSE
for more details.