$ git clone http://github.com/jugyo/flask-gae-template.git app
$ cd app
$ ./setup.sh
dev_appserver.py .
and open 'http://localhost:8080/'.
You should fix application name of app.yaml before deploy.
appcfg.py update .
- sample for test
$ git clone http://github.com/jugyo/flask-gae-template.git app
$ cd app
$ ./setup.sh
dev_appserver.py .
and open 'http://localhost:8080/'.
You should fix application name of app.yaml before deploy.
appcfg.py update .