Example #1
0
def register():
    base.setup_application_type(TrialProjectApplication,
                                get_application_state_machine())
Example #2
0
def register():
    base.setup_application_type(ProjectApplication, get_application_state_machine())
Example #3
0
def register():
    base.setup_application_type(SoftwareApplication, get_application_state_machine())