Skip to content

Instantly share code, notes, and snippets.

@lb-
Last active May 9, 2018 09:14
Show Gist options
  • Save lb-/5577017e7c8ed11734eb90c90c203e55 to your computer and use it in GitHub Desktop.
Save lb-/5577017e7c8ed11734eb90c90c203e55 to your computer and use it in GitHub Desktop.
Wagtail - WIP - Documentation of settings

This appears to be covered here: http://docs.wagtail.io/en/v2.0.1/advanced_topics/settings.html - cross check all settings

Settings

Refer to Django settings - https://docs.djangoproject.com/en/2.0/ref/settings/

WAGTAILADMIN_NOTIFICATION_FROM_EMAIL

wagtail/docs/howto/settings.rst

WAGTAILEMBEDS_EMBED_FINDER

See details at wagtail/wagtail#2127

wagtail/docs/howto/settings.rst

WAGTAILFRONTENDCACHE

wagtail/docs/contrib_components/frontendcache.rst http://docs.wagtail.io/en/v2.0.1/reference/contrib/frontendcache.html

WAGTAILFRONTENDCACHE_LOCATION

WAGTAILFRONTENDCACHE_LOCATION and the WAGTAILSEARCH_RESULTS_TEMPLATE settings are only around for backwards compatibility and may also be removed at some point in the future.

WAGTAILIMAGES_BACKENDS

which may be removed soon, so probably not worth documenting)

WAGTAILIMAGES_FEATURE_DETECTION_ENABLED

wagtail/docs/core_components/images/feature_detection.rst wagtail/docs/getting_started/installation.rst

WAGTAILIMAGES_IMAGE_MODEL

wagtail/docs/howto/settings.rst wagtail/docs/releases/0.5.rst

WAGTAIL_PASSWORD_MANAGEMENT_ENABLED

WAGTAILSEARCH_BACKENDS

wagtail/docs/core_components/search/backends.rst wagtail/docs/core_components/search/indexing.rst wagtail/docs/getting_started/installation.rst wagtail/docs/howto/settings.rst wagtail/docs/reference/management_commands.rst wagtail/docs/releases/0.7.rst

WAGTAILSEARCH_RESULTS_TEMPLATE

wagtail/docs/core_components/search/searching.rst wagtail/docs/howto/settings.rst WAGTAILFRONTENDCACHE_LOCATION and the WAGTAILSEARCH_RESULTS_TEMPLATE settings are only around for backwards compatibility and may also be removed at some point in the future.

WAGTAILSEARCH_RESULTS_TEMPLATE_AJAX

wagtail/docs/core_components/search/searching.rst wagtail/docs/howto/settings.rst

WAGTAIL_SITE_NAME

wagtail/docs/howto/settings.rst http://docs.wagtail.io/en/v2.0.1/getting_started/integrating_into_django.html#settings

WAGTAIL_USAGE_COUNT_ENABLED

wagtail/docs/releases/0.5.rst

@lb-
Copy link
Author

lb- commented May 9, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment