liquid-continent-book-build
v0.0.2
Published
the book that reads you
Readme
App Engine Standard Flask Hello World
This sample shows how to use Flask with Google App Engine Standard.
Before running or deploying this application, install the dependencies using pip:
pip install -t lib -r requirements.txtFor more information, see the App Engine Standard README
Install: pip install -t lib -r requirements.txt
Run dev server: dev_appserver.py app.yaml Go to http://localhost:8080
Deploy: appcfg.py update -A liquid-content -V dev app.yaml
