Esempio n. 1
0
 def get_by_slug(self, input):
     user = CabSpec.get(slug=input)
     return (user)
Esempio n. 2
0
 def get_by_slug(self, input):
     user = CabSpec.get(slug=input)
     return (user)
Esempio n. 3
0
 def get_by_id(self, uid):
     return CabSpec.get(uid=uid)
Esempio n. 4
0
 def get_by_id(self, uid):
     return CabSpec.get(uid=uid)