You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Module 15b - Usage of App Engine `blobstore` with Flask framework in Python 3
2
+
3
+
This repo folder is the corresponding Python 3 version of the Module 15 app.
4
+
5
+
- All files in this folder are identical to the _Python 2_ code in the [Module 15 repo folder](/mod15-blobstore)**except**:
6
+
1.`app.yaml` was modified for the Python 3 runtime.
7
+
1.`appengine_config.py` is unused and thus deleted.
8
+
- The _Python 3_ version of the Module 15 app ([Module 15 repo folder](/mod15-blobstore)) features the use of [Blobstore handlers classes](https://cloud.google.com/appengine/docs/standard/python3/services/blobstore).
0 commit comments