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/02/19 18:20:43 UTC

[airavata-django-portal] branch master updated (4773b63 -> 2637db8)

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

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


    from 4773b63  Update ids, names to match testdrive
     add 2637db8  AIRAVATA-3290 Automatically set wagtail default site

No new revisions were added by this update.

Summary of changes:
 .../base/fixtures/{ => tests}/default.json         |  0
 .../base/management/commands/load_cms_data.py      |  1 +
 .../base/management/commands/set_wagtail_site.py   | 47 +++++++++++++++++
 .../base/{migrations => tests}/__init__.py         |  0
 .../{migrations => tests/management}/__init__.py   |  0
 .../base/tests/management/test_set_wagtail_site.py | 61 ++++++++++++++++++++++
 6 files changed, 109 insertions(+)
 copy django_airavata/wagtailapps/base/fixtures/{ => tests}/default.json (100%)
 create mode 100644 django_airavata/wagtailapps/base/management/commands/set_wagtail_site.py
 copy django_airavata/wagtailapps/base/{migrations => tests}/__init__.py (100%)
 copy django_airavata/wagtailapps/base/{migrations => tests/management}/__init__.py (100%)
 create mode 100644 django_airavata/wagtailapps/base/tests/management/test_set_wagtail_site.py