Searched refs:Contact (Results 1 - 3 of 3) sorted by relevance

/development/samples/SampleSyncAdapter/samplesyncadapter_server/
H A Ddashboard.py69 model = datastore.Contact
80 self.send_form('Add Contact', '/add_contact', -1, None, ContactForm())
91 self.send_form('Add Contact', '/add_contact', -1, None, data)
103 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
104 self.send_form('Edit Contact', '/edit_contact', id, contact.handle,
109 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
119 self.send_form('Edit Contact', '/edit_contact', id, contact.handle, data)
126 contact = datastore.Contact
[all...]
H A Dweb_services.py184 contacts = datastore.Contact.all()
238 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
242 contact = datastore.Contact(handle='temp')
311 contacts = datastore.Contact.all()
316 contact1 = datastore.Contact(handle = 'juliet',
324 contact2 = datastore.Contact(handle = 'romeo',
332 contact3 = datastore.Contact(handle = 'tybalt',
365 obj = datastore.Contact.get_contact_info(username)
383 obj = datastore.Contact
[all...]
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
H A Ddatastore.py22 class Contact(db.Model): class in inherits:db.Model

Completed in 52 milliseconds