--
Jeff Lindsay
http://progrium.com
For global keys, I like to avoid separate key modules ignored in the
repo because it's too easy to deploy a cloned repo and then everything
breaks because the key module wasn't uploaded. Unfortunately App
Engine doesn't have any kind of environment variables. For this
purpose I've made a module called keymaster:
https://github.com/hackerdojo/hd-signup/blob/master/keymaster.py
See that project's main.py at the bottom for how to install it. Then
you hit /_km/key and install keys that will be stored encrypted and
only settable (not viewable) by admins.
-jeff