Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python / Flask static files sample for Google App Engine Flexible Environment

Open in Cloud Shell

This demonstrates how to use Flask to serve static files in your application.

Flask automatically makes anything in the static directory available via the /static URL. If you plan on using a different framework, it may have different conventions for serving static files.

Refer to the top-level README for instructions on running and deploying.