예제 #1
0
파일: views.py 프로젝트: asmcos/cpython
def showapply():
    all= Apply.filter(Apply.c.status == True)	
    return {"all":all}