Flora7 / cp100-bookshelf

Used in the CP100 Google Cloud Platform Training course.

Home Page:https://cloud.google.com/training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork from GCPTraining bookshelf app

The following changes were made to fix two errors when deploying the Bookshelf application.

  1. ImportError: cannot import name SpooledTemporaryFile fix: added line 8&9 to cp100-bookshelf/app-engine/appengine_config.py
  2. TemporaryFile() got an unexpected keyword argument 'max_size' fix: added file cp100-bookshelf/cloud-storage/tempfile2.py and added line 8-10 to cp100-bookshelf/cloud-storage/appengine_config.py.

cp100A-bookshelf-python

Used in the CP100A course - Collected sample code for the Bookshelf application.

Contributing changes

Licensing

About

Used in the CP100 Google Cloud Platform Training course.

https://cloud.google.com/training

License:Apache License 2.0


Languages

Language:Python 73.8%Language:HTML 23.5%Language:Shell 2.7%