Skip to content

Instantly share code, notes, and snippets.

@KalobTaulien
Created April 8, 2019 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KalobTaulien/bf7fb3d1fa23603c6c593484673aae19 to your computer and use it in GitHub Desktop.
Save KalobTaulien/bf7fb3d1fa23603c6c593484673aae19 to your computer and use it in GitHub Desktop.
Enabling the Wagtail Styleguide
# dev.py
INSTALLED_APPS = INSTALLED_APPS + [
# ...
'wagtail.contrib.styleguide',
# ...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment