onboarding.app

Module Contents

Classes

OnboardingApp

Baseclass for Morepath OneGov applications.

Functions

get_static_directory(→ str)

get_template_directory(→ str)

get_theme(→ onegov.onboarding.theme.OnboardingTheme)

get_i18n_localedirs(→ list[str])

get_i18n_used_locales(→ set[str])

get_i18n_default_locale(→ str)

get_js_path(→ str)

get_webasset_output(→ str)

get_common_asset(→ Iterator[str])

class onboarding.app.OnboardingApp[source]

Bases: onegov.core.Framework, onegov.reservation.LibresIntegration, onegov.file.DepotApp, onegov.search.ElasticsearchApp

Baseclass for Morepath OneGov applications.

serve_static_files = True[source]
configure_onboarding(*, onboarding: dict[str, Any], **cfg: Any) None[source]
onboarding.app.get_static_directory() str[source]
onboarding.app.get_template_directory() str[source]
onboarding.app.get_theme() onegov.onboarding.theme.OnboardingTheme[source]
onboarding.app.get_i18n_localedirs() list[str][source]
onboarding.app.get_i18n_used_locales() set[str][source]
onboarding.app.get_i18n_default_locale() str[source]
onboarding.app.get_js_path() str[source]
onboarding.app.get_webasset_output() str[source]
onboarding.app.get_common_asset() Iterator[str][source]