Created
March 18, 2015 16:32
-
-
Save jdunne-kaplan/4994580f19dbb5da1892 to your computer and use it in GitHub Desktop.
Add participant to session
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
import models | |
from google.appengine.ext import ndb | |
import lib | |
lib.session.create_participant( | |
opaqueID='TODO', | |
firstName='KAPx', | |
lastName='Developer', | |
username='kapxdev', | |
emailAddress='[email protected]', | |
roleID=models.DBParticipant.ROLE_ADMINISTRATOR | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment