Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 470 Bytes

File metadata and controls

7 lines (4 loc) · 470 Bytes

Python / Flask static files sample for Google App Engine Managed VMs

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.