Skip to content

GoogleCloudPlatformTraining/cp100-bookshelf

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.8%
  • HTML 23.5%
  • Shell 2.7%