Skip to content

ra2003/flask-cms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • HTML 5.3%
  • Python 1.7%
  • CSS 0.6%
  • PHP 0.0%
  • Mako 0.0%