#Flask CMS
##A full cms, implemented in python
Templates Blocks Pages Blogs tags Comments
just put your settings in settings.py
then system and database info in the local_settings.py file
for a quick db setup just add SQLALCHEMY_DATABASE_URI = 'sqlite:///test.db'
to local_settings.py and the in the shell type
python manage.py db upgrade
after a few seconds:
./start.sh
then you should see:
* Running on http://0.0.0.0:8080/
* Restarting with reloader