예제 #1
0
def register():
    base.setup_application_type(TrialProjectApplication,
                                get_application_state_machine())
예제 #2
0
def register():
    base.setup_application_type(ProjectApplication, get_application_state_machine())
예제 #3
0
파일: software.py 프로젝트: russell/karaage
def register():
    base.setup_application_type(SoftwareApplication, get_application_state_machine())