Flask-Bootstrap is a simple template I use when creating small webapps using the Flask Framework, Twitter Bootstrap and SQLAlchemy as the ORM.
pip install -r requirements.txt
Customize and configure your project by replacing project
in several files including:
runserver.py
wsgi.py
models.py
project/
project/views.py
python runserver.py