Add styleguide in local dev
This commit is contained in:
parent
b7163c3076
commit
1a8821eaa8
1 changed files with 3 additions and 0 deletions
|
@ -153,3 +153,6 @@ if DEBUG:
|
||||||
"RESULTS_CACHE_SIZE": 5,
|
"RESULTS_CACHE_SIZE": 5,
|
||||||
"SHOW_COLLAPSED": True,
|
"SHOW_COLLAPSED": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Add Wagtail styleguide
|
||||||
|
INSTALLED_APPS.append("wagtail.contrib.styleguide")
|
||||||
|
|
Loading…
Reference in a new issue