This is a fork from GCPTraining bookshelf app
The following changes were made to fix two errors when deploying the Bookshelf application.
- ImportError: cannot import name SpooledTemporaryFile fix: added line 8&9 to cp100-bookshelf/app-engine/appengine_config.py
- 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.
Used in the CP100A course - Collected sample code for the Bookshelf application.
- See CONTRIBUTING.md
- See LICENSE