Home > flask-gae-template

flask-gae-template

Flask-gae-template is a project mainly written in PYTHON and SHELL, it's free.

Template of Google App Engine with Flask.

flask-gae-template

Setup

$ git clone http://github.com/jugyo/flask-gae-template.git app
$ cd app
$ ./setup.sh

Run

dev_appserver.py .

and open 'http://localhost:8080/'.

Deploy

You should fix application name of app.yaml before deploy.

appcfg.py update .

TODO

  • sample for test

See Also

http://flask.pocoo.org/

Previous:cli