# {py:mod}`django_twc_toolbox.conf` ```{py:module} django_twc_toolbox.conf ``` ```{autodoc2-docstring} django_twc_toolbox.conf :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`AppSettings ` - ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`DJANGO_TWC_TOOLBOX_SETTINGS_NAME ` - ```{autodoc2-docstring} django_twc_toolbox.conf.DJANGO_TWC_TOOLBOX_SETTINGS_NAME :summary: ``` * - {py:obj}`app_settings ` - ```{autodoc2-docstring} django_twc_toolbox.conf.app_settings :summary: ``` ```` ### API ````{py:data} DJANGO_TWC_TOOLBOX_SETTINGS_NAME :canonical: django_twc_toolbox.conf.DJANGO_TWC_TOOLBOX_SETTINGS_NAME :value: > 'DJANGO_TWC_TOOLBOX' ```{autodoc2-docstring} django_twc_toolbox.conf.DJANGO_TWC_TOOLBOX_SETTINGS_NAME ``` ```` `````{py:class} AppSettings :canonical: django_twc_toolbox.conf.AppSettings ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings ``` ````{py:attribute} CACHE_TIME_ROBOTS_TXT :canonical: django_twc_toolbox.conf.AppSettings.CACHE_TIME_ROBOTS_TXT :value: > None ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings.CACHE_TIME_ROBOTS_TXT ``` ```` ````{py:attribute} CACHE_TIME_SECURITY_TXT :canonical: django_twc_toolbox.conf.AppSettings.CACHE_TIME_SECURITY_TXT :value: > None ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings.CACHE_TIME_SECURITY_TXT ``` ```` ````{py:attribute} TEMPLATE_404 :canonical: django_twc_toolbox.conf.AppSettings.TEMPLATE_404 :value: > '404.html' ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings.TEMPLATE_404 ``` ```` ````{py:attribute} TEMPLATE_500 :canonical: django_twc_toolbox.conf.AppSettings.TEMPLATE_500 :value: > '500.html' ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings.TEMPLATE_500 ``` ```` ````{py:attribute} TEMPLATE_ROBOTS_TXT :canonical: django_twc_toolbox.conf.AppSettings.TEMPLATE_ROBOTS_TXT :value: > 'robots.txt' ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings.TEMPLATE_ROBOTS_TXT ``` ```` ````{py:attribute} TEMPLATE_SECURITY_TXT :canonical: django_twc_toolbox.conf.AppSettings.TEMPLATE_SECURITY_TXT :value: > '.well-known/security.txt' ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings.TEMPLATE_SECURITY_TXT ``` ```` ````{py:attribute} SENTRY_DISGARDED_METHODS :canonical: django_twc_toolbox.conf.AppSettings.SENTRY_DISGARDED_METHODS :value: > ['GET', 'HEAD'] ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings.SENTRY_DISGARDED_METHODS ``` ```` ````{py:attribute} SENTRY_DISGARDED_PATHS :canonical: django_twc_toolbox.conf.AppSettings.SENTRY_DISGARDED_PATHS :value: > ['/health/'] ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings.SENTRY_DISGARDED_PATHS ``` ```` ````{py:attribute} SENTRY_PROFILE_RATE :canonical: django_twc_toolbox.conf.AppSettings.SENTRY_PROFILE_RATE :value: > 0.5 ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings.SENTRY_PROFILE_RATE ``` ```` ````{py:attribute} SENTRY_TRACES_RATE :canonical: django_twc_toolbox.conf.AppSettings.SENTRY_TRACES_RATE :value: > 0.5 ```{autodoc2-docstring} django_twc_toolbox.conf.AppSettings.SENTRY_TRACES_RATE ``` ```` ````{py:method} __getattribute__(__name: str) -> object :canonical: django_twc_toolbox.conf.AppSettings.__getattribute__ ```` ````` ````{py:data} app_settings :canonical: django_twc_toolbox.conf.app_settings :value: > 'AppSettings(...)' ```{autodoc2-docstring} django_twc_toolbox.conf.app_settings ``` ````