Skip to content
forked from Fy-/FyPress

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

License

Notifications You must be signed in to change notification settings

edsonjbueno/FyPress

 
 

Repository files navigation

FyPress (Still in development)

irc #fy

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.

FyPress

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.9%
  • Python 40.1%
  • JavaScript 10.8%
  • CSS 6.9%
  • Shell 0.3%