コード例 #1
0
ファイル: mspec.py プロジェクト: ifcheung2012/TorCMS
 def get_by_slug(self, input):
     user = CabSpec.get(slug=input)
     return (user)
コード例 #2
0
 def get_by_slug(self, input):
     user = CabSpec.get(slug=input)
     return (user)
コード例 #3
0
ファイル: mspec.py プロジェクト: ifcheung2012/TorCMS
 def get_by_id(self, uid):
     return CabSpec.get(uid=uid)
コード例 #4
0
 def get_by_id(self, uid):
     return CabSpec.get(uid=uid)