INNER CODE UNIT · Python
create_app
Mailu/Mailu · core/admin/mailu/__init__.py:122
def create_app():
""" Create a new application based on the config module
"""
config = configuration.ConfigManager()
return create_app_from_config(config)