Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 376 Bytes

File metadata and controls

29 lines (18 loc) · 376 Bytes

flask-template

Large Application Example.

Features

  • ORM for flask-sqlalchemy, sqlalchemy
  • Testing for pyunit

Test

./manage.py test

Deploy to GAE

mkdir lib
pip install -r requirements.txt -t lib
gcloud app deploy app.yaml

TODO