Add styleguide in local dev

This commit is contained in:
Jake Howard 2022-06-26 18:37:16 +01:00
parent b7163c3076
commit 1a8821eaa8
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -153,3 +153,6 @@ if DEBUG:
"RESULTS_CACHE_SIZE": 5,
"SHOW_COLLAPSED": True,
}
# Add Wagtail styleguide
INSTALLED_APPS.append("wagtail.contrib.styleguide")