Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. class AppStorage(Storage):
  2.     def __init__(self):
  3.         super(AppStorage, self).__init__(
  4.             os.environ['GCS_PROJECT_ID'], os.environ['GCS_PROJECT_BUCKET'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement