jstacoder / flask-cms

a minimal CMS built on the pythonic MTV (model / template / view) pattern, implemented using the flask webframework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask CMS

A full cms, implemented in python, built on top of Flask-XXL

for documentation on layout, concepts etc.. see the Flask-XXL wiki

Templates
Blocks
Pages
Blogs
tags
Comments

to try it out just use docker-compose:

  • first checkout the repo
    • git clone https://github.com/jstacoder/flask-cms.git && cd flask-cms
  • then build the app using docker compose
    • docker-compose build
  • then if this is the first time you've ran this you need to initalize your database
    • docker-compose run app /initalize.sh
  • and now you can go ahead and run the app
    • docker-compose up

after a few seconds you should see:

 * Running on http://0.0.0.0:5000/
 * Restarting with reloader

then just connect to your docker ip address,
proably just localhost

About

a minimal CMS built on the pythonic MTV (model / template / view) pattern, implemented using the flask webframework


Languages

Language:JavaScript 92.4%Language:HTML 5.3%Language:Python 1.7%Language:CSS 0.6%Language:PHP 0.0%Language:Mako 0.0%Language:Dockerfile 0.0%Language:Shell 0.0%