add some more settings and stuff
This commit is contained in:
parent
a866762d3b
commit
84b77d2d6a
1 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
|
|
Reference in a new issue