Beispiel #1
0
def setup_app(command, conf, vars):
    """Place any commands to setup pygitweb here"""
    # Don't reload the app if it was loaded under the testing environment
    if not pylons.test.pylonsapp:
        load_environment(conf.global_conf, conf.local_conf)