Disable workflows in admin

I'm the only one using it, so it doesn't really make sense. And disabling it outright can make things perform faster
This commit is contained in:
Jake Howard 2022-09-20 09:25:40 +01:00
parent e62f9de9fc
commit 65b36f5b07
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -288,6 +288,8 @@ WAGTAILADMIN_RICH_TEXT_EDITORS = {
}
WAGTAIL_PASSWORD_RESET_ENABLED = False
WAGTAIL_WORKFLOW_ENABLED = False
WAGTAIL_MODERATION_ENABLED = False
UNSPLASH_CLIENT_ID = env("UNSPLASH_CLIENT_ID")
SPOTIFY_PROXY_HOST = env("SPOTIFY_PROXY_HOST")