You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/05/04 15:42:45 UTC

[airavata-django-portal] 01/05: AIRAVATA-3306 Add styleguide to wagtail admin

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 4e85bad61fb994cb37594f9a58917e8ca81dea38
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon May 4 10:17:27 2020 -0400

    AIRAVATA-3306 Add styleguide to wagtail admin
---
 django_airavata/settings.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/django_airavata/settings.py b/django_airavata/settings.py
index 2b023a4..3c440e2 100644
--- a/django_airavata/settings.py
+++ b/django_airavata/settings.py
@@ -62,6 +62,7 @@ INSTALLED_APPS = [
     'wagtail.search',
     'wagtail.admin',
     'wagtail.core',
+    'wagtail.contrib.styleguide',
 
     # wagtail third party dependencies
     'modelcluster',