Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Module 22 - Using Blobstore bundled service (Python 2)

This repo folder represents the Module 22 Python 2 sample app for the Blobstore bundled service.

  • The app lets end-users upload one photo then displays it to confirm the upload was successful.
  • The Python 2 version of the app uses the webapp2 framework while the Python 3 version uses Flask and the App Engine SDK to access the bundled services.
  • Also check out both app.yaml files for additional changes between runtimes.
  • The Python 3 version of the app uses 3rd-party packages, and as such, has a requirements.txt file.