Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 401 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 401 Bytes

Here

Find out where we are on our travels.

To run you will need to install google app engine.

You will also need emails.py, which need to contain the following:

uploader_white_list_users = ["test2", "[email protected]"]
white_list_users = uploader_white_list_users + ["test3", "[email protected]"]
white_listed_domains = ["@google.io"]

These emails in the above example are just examples.