1
Fork 0

add some more settings and stuff

This commit is contained in:
Jake Howard 2016-11-24 19:59:51 +00:00
parent a866762d3b
commit 84b77d2d6a

View file

@ -33,6 +33,7 @@ INSTALLED_APPS = [
'wagtail.wagtailcore',
'wagtail.contrib.settings',
"wagtail.contrib.table_block",
'modelcluster',
'taggit',
@ -133,6 +134,12 @@ STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
WAGTAIL_SITE_NAME = "project"
WAGTAIL_PASSWORD_MANAGEMENT_ENABLED = True
WAGTAIL_ENABLE_UPDATE_CHECK = True
WAGTAIL_ALLOW_UNICODE_SLUGS = True
WAGTAIL_USAGE_COUNT_ENABLED = True
WAGTAILSEARCH_BACKENDS = {
'default': {
'BACKEND': 'wagtail.wagtailsearch.backends.db',