Configuration

Mara Configuration Values

The following configuration values are used by this module. They are defined as python functions in mara_app.config and can be changed with the monkey patch from Mara App. An example can be found here.

mara_app.config.flask_config() {<class 'str'>: <class 'str'>}

Settings for the flask App. See http://flask.pocoo.org/docs/latest/config/#builtin-configuration-values for values and their defaults


mara_app.config.navigation_root() mara_page.navigation.NavigationEntry

The root of the navigation tree (only it’s children will be displayed). All other defined entries that are not a child of entries in that list will be appended to that


mara_app.config.logo_url()

The location of the logo


mara_app.config.favicon_url()

The location of the favicon