コード例 #1
0
ファイル: pages.py プロジェクト: szkocka/api
 def get(self):
     about_page = AboutPage.get(1)
     return ok({'content': about_page.content})