示例#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
def register():
    base.setup_application_type(SoftwareApplication, get_application_state_machine())