Created
April 8, 2019 15:01
-
-
Save KalobTaulien/bf7fb3d1fa23603c6c593484673aae19 to your computer and use it in GitHub Desktop.
Enabling the Wagtail Styleguide
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
Tutorial: https://learnwagtail.com/tutorials/enabling-wagtails-styleguide/
Video: https://youtu.be/Wen2UGX0xjM
Git Commit: CodingForEverybody/learn-wagtail@9226104