Created
February 6, 2015 16:51
-
-
Save jdunne-kaplan/39f4d33e5d09db31b363 to your computer and use it in GitHub Desktop.
kapx-site-secure add non-edu employee to exception table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from google.appengine.ext import ndb | |
from models import models | |
key = ndb.Key(models.KnownKaplanEmployee, "[email protected]") | |
models.KnownKaplanEmployee(key=key).put() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment