Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 592 Bytes

File metadata and controls

8 lines (6 loc) · 592 Bytes

Module 22 - Using Blobstore bundled service (Python 3)

This repo folder represents the Module 22 Python 3 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.