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