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 2021/06/02 21:45:53 UTC

[airavata-django-portal] 02/05: AIRAVATA-3465 Adding Wagtail Draftail Anchors plugin

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

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

commit 35364562a242d728fc51a7cf07be669da442ffdc
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri May 28 18:00:11 2021 -0400

    AIRAVATA-3465 Adding Wagtail Draftail Anchors plugin
---
 django_airavata/settings.py | 1 +
 requirements.txt            | 1 +
 2 files changed, 2 insertions(+)

diff --git a/django_airavata/settings.py b/django_airavata/settings.py
index 16628e1..ac592f1 100644
--- a/django_airavata/settings.py
+++ b/django_airavata/settings.py
@@ -68,6 +68,7 @@ INSTALLED_APPS = [
     'modelcluster',
     'taggit',
     'wagtailfontawesome',
+    'wagtail_draftail_anchors',
 
     # wagtail custom apps
     'django_airavata.wagtailapps.base.apps.BaseConfig',
diff --git a/requirements.txt b/requirements.txt
index 07f1eb9..70242fa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,6 +9,7 @@ django-webpack-loader==0.6.0
 
 wagtail==2.9.3
 wagtailfontawesome==1.2.1
+wagtail-draftail-anchors==0.2.0
 
 jupyter==1.0.0
 papermill==1.0.1