Skip to content

Instantly share code, notes, and snippets.

@mainroach
Created April 9, 2017 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mainroach/c91b1b11116766d5d004bec9e9afaad6 to your computer and use it in GitHub Desktop.
Save mainroach/c91b1b11116766d5d004bec9e9afaad6 to your computer and use it in GitHub Desktop.
from google.appengine.ext import ndb
class Settings(ndb.Model):
# …...
# a global variable
gCDNServer = Settings.query(Settings.name=="gCDNServer").value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment