Skip to content

mattuLA/cp100-bookshelf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 72.2%
  • HTML 22.9%
  • Shell 2.6%
  • Dockerfile 2.3%