Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
 
 

App Engine Standard Flask Tutorial App

This sample shows how to use Flask to handle requests, forms, templates, and static files on Google App Engine Standard.

Before running or deploying this application, install the dependencies using pip:

pip install -t lib -r requirements.txt

For more information, see the App Engine Standard README