예제 #1
0
파일: __init__.py 프로젝트: philn/alinea
 def actions(self):
     from Articles import ArticlesPage
     v = ArticlesPage()
     return v.actions()
예제 #2
0
파일: __init__.py 프로젝트: philn/alinea
 def _q_index(self):
     from Articles import ArticlesPage
     v = ArticlesPage()
     return v.handle(get_request())