Ejemplo n.º 1
0
def startup():
    """Set up the amara environment.  This should be called before running any
    other code.
    """
    optionalapps.setup_path()
    setup_ca()
    setup_monkeypatches()
    setup_celery_loader()
    run_startup_modules()
Ejemplo n.º 2
0
def startup():
    """Set up the amara environment.  This should be called before running any
    other code.
    """
    optionalapps.setup_path()
    setup_ca()
    uuid_hack()
    setup_monkeypatches()
    setup_django()