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 17:52:29 UTC

[airavata-django-portal] branch develop updated (81a178f -> 8994ee3)

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

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


    from 81a178f  Merge branch 'AIRAVATA-3295--Upgrade-Django-to-1.11.28-(security-release)' into develop
     add 483bffe  update urls to testdrive
     add 33fef5c  Change tutorial to use standard Docker image
     add 53a6de1  Update urls to testdrive
     add 08b6f37  Removing no longer used Dockerfile
     add b8435f5  Merge branch 'update-gateways19-tutorial-for-testdrive'
     add 4773b63  Update ids, names to match testdrive
     new 2637db8  AIRAVATA-3290 Automatically set wagtail default site
     new 8994ee3  Merge branch 'AIRAVATA-3290--Ansible--automatically-set-wagtail-site-record' into develop

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Dockerfile                                         |   5 +-
 README.md                                          |  30 +--
 .../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 ++++++
 docs/tutorial/gateways2019_tutorial.md             | 209 ++++++---------------
 scripts/docker-build/Dockerfile                    |  11 --
 scripts/start-server.sh                            |   1 -
 11 files changed, 187 insertions(+), 178 deletions(-)
 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
 delete mode 100644 scripts/docker-build/Dockerfile


[airavata-django-portal] 02/02: Merge branch 'AIRAVATA-3290--Ansible--automatically-set-wagtail-site-record' into develop

Posted by ma...@apache.org.
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 8994ee3cbdf6575ba5bfdb88c1e685a2e60fd92f
Merge: 81a178f 2637db8
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Feb 19 12:51:22 2020 -0500

    Merge branch 'AIRAVATA-3290--Ansible--automatically-set-wagtail-site-record' into develop

 Dockerfile                                         |    5 +-
 README.md                                          |   30 +-
 .../wagtailapps/base/fixtures/tests/default.json   | 2615 ++++++++++++++++++++
 .../base/management/commands/load_cms_data.py      |    1 +
 .../base/management/commands/set_wagtail_site.py   |   47 +
 django_airavata/wagtailapps/base/tests/__init__.py |    0
 .../wagtailapps/base/tests/management/__init__.py  |    0
 .../base/tests/management/test_set_wagtail_site.py |   61 +
 docs/tutorial/gateways2019_tutorial.md             |  209 +-
 scripts/docker-build/Dockerfile                    |   11 -
 scripts/start-server.sh                            |    1 -
 11 files changed, 2802 insertions(+), 178 deletions(-)



[airavata-django-portal] 01/02: AIRAVATA-3290 Automatically set wagtail default site

Posted by ma...@apache.org.
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 2637db8f1be0a3eb10fe77a3d68e390c56a7e989
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Feb 19 12:51:09 2020 -0500

    AIRAVATA-3290 Automatically set wagtail default site
---
 .../wagtailapps/base/fixtures/tests/default.json   | 2615 ++++++++++++++++++++
 .../base/management/commands/load_cms_data.py      |    1 +
 .../base/management/commands/set_wagtail_site.py   |   47 +
 django_airavata/wagtailapps/base/tests/__init__.py |    0
 .../wagtailapps/base/tests/management/__init__.py  |    0
 .../base/tests/management/test_set_wagtail_site.py |   61 +
 6 files changed, 2724 insertions(+)

diff --git a/django_airavata/wagtailapps/base/fixtures/tests/default.json b/django_airavata/wagtailapps/base/fixtures/tests/default.json
new file mode 100644
index 0000000..6370ea6
--- /dev/null
+++ b/django_airavata/wagtailapps/base/fixtures/tests/default.json
@@ -0,0 +1,2615 @@
+[
+{
+  "model": "auth.user",
+  "fields": {
+    "password": "pbkdf2_sha256$36000$9WEqnZsoPTSP$LPD3/zSUWHMoLa5ILSBUdOfWEaF+XO0C1fC0aukbLCw=",
+    "last_login": "2018-04-27T17:53:51.009Z",
+    "is_superuser": true,
+    "username": "stephenpaul2727",
+    "first_name": "",
+    "last_name": "",
+    "email": "stephenpaul2727@gmail.com",
+    "is_staff": true,
+    "is_active": true,
+    "date_joined": "2018-04-17T21:22:18.507Z",
+    "groups": [],
+    "user_permissions": []
+  }
+},
+{
+  "model": "auth.user",
+  "fields": {
+    "password": "",
+    "last_login": "2018-11-02T18:57:32.188Z",
+    "is_superuser": true,
+    "username": "marcus",
+    "first_name": "Marcus",
+    "last_name": "Christie",
+    "email": "machrist@iu.edu",
+    "is_staff": true,
+    "is_active": true,
+    "date_joined": "2018-11-02T18:38:43.781Z",
+    "groups": [],
+    "user_permissions": []
+  }
+},
+{
+  "model": "wagtailembeds.embed",
+  "pk": 1,
+  "fields": {
+    "url": "https://www.youtube.com/watch?v=wNr7YqjjzOY&t=1134s",
+    "max_width": null,
+    "type": "video",
+    "html": "<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/wNr7YqjjzOY?start=1134&feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>",
+    "title": "How to Setup Amazon Web Services EC2 Instance with Apache, PHP, MySQL",
+    "author_name": "MicrowaveSam",
+    "provider_name": "YouTube",
+    "thumbnail_url": "https://i.ytimg.com/vi/wNr7YqjjzOY/hqdefault.jpg",
+    "width": 480,
+    "height": 270,
+    "last_updated": "2018-04-17T23:55:42.199Z"
+  }
+},
+{
+  "model": "wagtailembeds.embed",
+  "pk": 2,
+  "fields": {
+    "url": "https://www.youtube.com/watch?v=rsEne1ZiQrk",
+    "max_width": null,
+    "type": "video",
+    "html": "<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/rsEne1ZiQrk?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>",
+    "title": "The Weeknd - Call Out My Name (Official Audio)",
+    "author_name": "The Weeknd",
+    "provider_name": "YouTube",
+    "thumbnail_url": "https://i.ytimg.com/vi/rsEne1ZiQrk/hqdefault.jpg",
+    "width": 480,
+    "height": 270,
+    "last_updated": "2018-04-17T23:59:51.125Z"
+  }
+},
+{
+  "model": "wagtailembeds.embed",
+  "pk": 3,
+  "fields": {
+    "url": "https://www.youtube.com/watch?v=BUsL-IxPquA",
+    "max_width": null,
+    "type": "video",
+    "html": "<iframe width=\"480\" height=\"270\" src=\"https://www.youtube.com/embed/BUsL-IxPquA?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>",
+    "title": "Dope Tech: Boosted Board 2!",
+    "author_name": "Marques Brownlee",
+    "provider_name": "YouTube",
+    "thumbnail_url": "https://i.ytimg.com/vi/BUsL-IxPquA/hqdefault.jpg",
+    "width": 480,
+    "height": 270,
+    "last_updated": "2018-04-18T18:54:28.709Z"
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 1,
+  "fields": {
+    "collection": 1,
+    "title": "airavata-logo",
+    "file": "original_images/LogoMakr_9NxG5B.png",
+    "width": 600,
+    "height": 193,
+    "created_at": "2018-04-17T22:32:55.900Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 2,
+  "fields": {
+    "collection": 1,
+    "title": "portal-logo",
+    "file": "original_images/portal-logo.png",
+    "width": 445,
+    "height": 600,
+    "created_at": "2018-04-17T22:40:24.541Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 7,
+  "fields": {
+    "collection": 1,
+    "title": "experiment-carousel",
+    "file": "original_images/experiment-carousel.jpg",
+    "width": 3423,
+    "height": 2283,
+    "created_at": "2018-04-17T22:53:22.143Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": 1781,
+    "focal_point_y": 1263,
+    "focal_point_width": 3000,
+    "focal_point_height": 1386,
+    "file_size": 972529
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 8,
+  "fields": {
+    "collection": 1,
+    "title": "group-carousel",
+    "file": "original_images/group-carousel.jpg",
+    "width": 3980,
+    "height": 2622,
+    "created_at": "2018-04-17T22:53:22.287Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": 1951,
+    "focal_point_y": 1686,
+    "focal_point_width": 3333,
+    "focal_point_height": 1457,
+    "file_size": 946507
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 9,
+  "fields": {
+    "collection": 1,
+    "title": "main-carousel",
+    "file": "original_images/main-carousel.jpg",
+    "width": 6111,
+    "height": 4285,
+    "created_at": "2018-04-17T22:53:22.514Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": 2632,
+    "focal_point_y": 3615,
+    "focal_point_width": 873,
+    "focal_point_height": 411,
+    "file_size": 826413
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 10,
+  "fields": {
+    "collection": 1,
+    "title": "project-carousel",
+    "file": "original_images/project-carousel.jpg",
+    "width": 3008,
+    "height": 2000,
+    "created_at": "2018-04-17T22:53:22.630Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": 1477,
+    "focal_point_y": 1179,
+    "focal_point_width": 2552,
+    "focal_point_height": 1315,
+    "file_size": 873842
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 11,
+  "fields": {
+    "collection": 1,
+    "title": "scigap-header",
+    "file": "original_images/scigap-header-logo_CBIsgeZ.png",
+    "width": 300,
+    "height": 100,
+    "created_at": "2018-04-17T23:46:38.125Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 12,
+  "fields": {
+    "collection": 1,
+    "title": "bigred",
+    "file": "original_images/bigred.jpg",
+    "width": 1500,
+    "height": 844,
+    "created_at": "2018-04-18T00:03:41.845Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 13,
+  "fields": {
+    "collection": 1,
+    "title": "fast-logo",
+    "file": "original_images/fast.png",
+    "width": 1000,
+    "height": 726,
+    "created_at": "2018-04-18T18:38:16.346Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 14,
+  "fields": {
+    "collection": 1,
+    "title": "shield-logo",
+    "file": "original_images/shield.png",
+    "width": 1000,
+    "height": 726,
+    "created_at": "2018-04-18T18:38:31.515Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 15,
+  "fields": {
+    "collection": 1,
+    "title": "Distributed-logo",
+    "file": "original_images/distributed.png",
+    "width": 1000,
+    "height": 726,
+    "created_at": "2018-04-18T18:39:39.994Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 16,
+  "fields": {
+    "collection": 1,
+    "title": "Marlon",
+    "file": "original_images/marlon.jpg",
+    "width": 175,
+    "height": 225,
+    "created_at": "2018-04-18T19:41:33.900Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 17,
+  "fields": {
+    "collection": 1,
+    "title": "Suresh",
+    "file": "original_images/suresh.jpg",
+    "width": 520,
+    "height": 523,
+    "created_at": "2018-04-18T19:43:40.935Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 18,
+  "fields": {
+    "collection": 1,
+    "title": "Marcus",
+    "file": "original_images/marcus.jpg",
+    "width": 600,
+    "height": 600,
+    "created_at": "2018-04-18T19:44:27.165Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 19,
+  "fields": {
+    "collection": 1,
+    "title": "iu-logo",
+    "file": "original_images/iu-logo_VwgPZRd.png",
+    "width": 511,
+    "height": 167,
+    "created_at": "2018-04-18T20:35:06.081Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 20,
+  "fields": {
+    "collection": 1,
+    "title": "nsf-logo",
+    "file": "original_images/nsf-logo_H6EHHXw.gif",
+    "width": 166,
+    "height": 167,
+    "created_at": "2018-04-18T20:38:49.087Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 21,
+  "fields": {
+    "collection": 1,
+    "title": "apache-airavata",
+    "file": "original_images/powered-by-airavata-transparent_DPMVKfH.png",
+    "width": 1734,
+    "height": 648,
+    "created_at": "2018-04-18T20:45:50.590Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.image",
+  "pk": 22,
+  "fields": {
+    "collection": 1,
+    "title": "xsede-logo",
+    "file": "original_images/xsede-full-color.png",
+    "width": 2575,
+    "height": 975,
+    "created_at": "2018-04-18T20:46:44.994Z",
+    "uploaded_by_user": [
+      "stephenpaul2727"
+    ],
+    "focal_point_x": null,
+    "focal_point_y": null,
+    "focal_point_width": null,
+    "focal_point_height": null,
+    "file_size": null
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 1,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/LogoMakr_9NxG5B.max-165x165.png",
+    "width": 165,
+    "height": 53,
+    "focal_point_key": "",
+    "image": 1
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 2,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/LogoMakr_9NxG5B.original.png",
+    "width": 600,
+    "height": 193,
+    "focal_point_key": "",
+    "image": 1
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 3,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/portal-logo.max-165x165.png",
+    "width": 122,
+    "height": 165,
+    "focal_point_key": "",
+    "image": 2
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 4,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/portal-logo.original.png",
+    "width": 445,
+    "height": 600,
+    "focal_point_key": "",
+    "image": 2
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 17,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/project-carousel.max-165x165.jpg",
+    "width": 165,
+    "height": 109,
+    "focal_point_key": "",
+    "image": 10
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 18,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/main-carousel.max-165x165.jpg",
+    "width": 165,
+    "height": 115,
+    "focal_point_key": "",
+    "image": 9
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 19,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/group-carousel.max-165x165.jpg",
+    "width": 165,
+    "height": 108,
+    "focal_point_key": "",
+    "image": 8
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 20,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/experiment-carousel.max-165x165.jpg",
+    "width": 165,
+    "height": 110,
+    "focal_point_key": "",
+    "image": 7
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 21,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/main-carousel.original.jpg",
+    "width": 6111,
+    "height": 4285,
+    "focal_point_key": "",
+    "image": 9
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 22,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/project-carousel.original.jpg",
+    "width": 3008,
+    "height": 2000,
+    "focal_point_key": "",
+    "image": 10
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 23,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/experiment-carousel.original.jpg",
+    "width": 3423,
+    "height": 2283,
+    "focal_point_key": "",
+    "image": 7
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 24,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/group-carousel.original.jpg",
+    "width": 3980,
+    "height": 2622,
+    "focal_point_key": "",
+    "image": 8
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 25,
+  "fields": {
+    "filter_spec": "max-800x600",
+    "file": "images/project-carousel.max-800x600.jpg",
+    "width": 800,
+    "height": 531,
+    "focal_point_key": "",
+    "image": 10
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 26,
+  "fields": {
+    "filter_spec": "max-800x600",
+    "file": "images/main-carousel.max-800x600.jpg",
+    "width": 800,
+    "height": 560,
+    "focal_point_key": "",
+    "image": 9
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 27,
+  "fields": {
+    "filter_spec": "max-800x600",
+    "file": "images/group-carousel.max-800x600.jpg",
+    "width": 800,
+    "height": 527,
+    "focal_point_key": "",
+    "image": 8
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 28,
+  "fields": {
+    "filter_spec": "max-800x600",
+    "file": "images/experiment-carousel.max-800x600.jpg",
+    "width": 800,
+    "height": 533,
+    "focal_point_key": "",
+    "image": 7
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 29,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/scigap-header-logo_CBIsgeZ.max-165x165.png",
+    "width": 165,
+    "height": 55,
+    "focal_point_key": "",
+    "image": 11
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 30,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/scigap-header-logo_CBIsgeZ.original.png",
+    "width": 300,
+    "height": 100,
+    "focal_point_key": "",
+    "image": 11
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 31,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/bigred.max-165x165.jpg",
+    "width": 165,
+    "height": 92,
+    "focal_point_key": "",
+    "image": 12
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 32,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/bigred.original.jpg",
+    "width": 1500,
+    "height": 844,
+    "focal_point_key": "",
+    "image": 12
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 33,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/fast.max-165x165.png",
+    "width": 165,
+    "height": 119,
+    "focal_point_key": "",
+    "image": 13
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 34,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/shield.max-165x165.png",
+    "width": 165,
+    "height": 119,
+    "focal_point_key": "",
+    "image": 14
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 35,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/distributed.max-165x165.png",
+    "width": 165,
+    "height": 119,
+    "focal_point_key": "",
+    "image": 15
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 36,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/shield.original.png",
+    "width": 1000,
+    "height": 726,
+    "focal_point_key": "",
+    "image": 14
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 37,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/fast.original.png",
+    "width": 1000,
+    "height": 726,
+    "focal_point_key": "",
+    "image": 13
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 38,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/distributed.original.png",
+    "width": 1000,
+    "height": 726,
+    "focal_point_key": "",
+    "image": 15
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 39,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/marlon.max-165x165.jpg",
+    "width": 128,
+    "height": 165,
+    "focal_point_key": "",
+    "image": 16
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 40,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/suresh.max-165x165.jpg",
+    "width": 164,
+    "height": 165,
+    "focal_point_key": "",
+    "image": 17
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 41,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/marcus.max-165x165.jpg",
+    "width": 165,
+    "height": 165,
+    "focal_point_key": "",
+    "image": 18
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 42,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/marlon.original.jpg",
+    "width": 175,
+    "height": 225,
+    "focal_point_key": "",
+    "image": 16
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 43,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/suresh.original.jpg",
+    "width": 520,
+    "height": 523,
+    "focal_point_key": "",
+    "image": 17
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 44,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/marcus.original.jpg",
+    "width": 600,
+    "height": 600,
+    "focal_point_key": "",
+    "image": 18
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 45,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/iu-logo_VwgPZRd.max-165x165.png",
+    "width": 165,
+    "height": 53,
+    "focal_point_key": "",
+    "image": 19
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 46,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/iu-logo_VwgPZRd.original.png",
+    "width": 511,
+    "height": 167,
+    "focal_point_key": "",
+    "image": 19
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 47,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/nsf-logo_H6EHHXw.max-165x165.png",
+    "width": 164,
+    "height": 165,
+    "focal_point_key": "",
+    "image": 20
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 48,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/nsf-logo_H6EHHXw.original.png",
+    "width": 166,
+    "height": 167,
+    "focal_point_key": "",
+    "image": 20
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 49,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/powered-by-airavata-transparent_DPMVKfH.max-165x165.png",
+    "width": 165,
+    "height": 61,
+    "focal_point_key": "",
+    "image": 21
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 50,
+  "fields": {
+    "filter_spec": "max-165x165",
+    "file": "images/xsede-full-color.max-165x165.png",
+    "width": 165,
+    "height": 62,
+    "focal_point_key": "",
+    "image": 22
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 51,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/powered-by-airavata-transparent_DPMVKfH.original.png",
+    "width": 1734,
+    "height": 648,
+    "focal_point_key": "",
+    "image": 21
+  }
+},
+{
+  "model": "wagtailimages.rendition",
+  "pk": 52,
+  "fields": {
+    "filter_spec": "original",
+    "file": "images/xsede-full-color.original.png",
+    "width": 2575,
+    "height": 975,
+    "focal_point_key": "",
+    "image": 22
+  }
+},
+{
+  "model": "wagtailcore.site",
+  "fields": {
+    "hostname": "localhost",
+    "port": 8000,
+    "site_name": "Airavata Django Portal",
+    "root_page": 3,
+    "is_default_site": true
+  }
+},
+{
+  "model": "wagtailcore.page",
+  "pk": 1,
+  "fields": {
+    "path": "0001",
+    "depth": 1,
+    "numchild": 1,
+    "title": "Root",
+    "draft_title": "Root",
+    "slug": "root",
+    "content_type": [
+      "wagtailcore",
+      "page"
+    ],
+    "live": true,
+    "has_unpublished_changes": false,
+    "url_path": "/",
+    "owner": null,
+    "seo_title": "",
+    "show_in_menus": false,
+    "search_description": "",
+    "go_live_at": null,
+    "expire_at": null,
+    "expired": false,
+    "locked": false,
+    "first_published_at": null,
+    "last_published_at": null,
+    "latest_revision_created_at": null,
+    "live_revision": null
+  }
+},
+{
+  "model": "wagtailcore.page",
+  "pk": 2,
+  "fields": {
+    "path": "00010001",
+    "depth": 2,
+    "numchild": 1,
+    "title": "Welcome to your new Wagtail site!",
+    "draft_title": "Welcome to your new Wagtail site!",
+    "slug": "home",
+    "content_type": [
+      "wagtailcore",
+      "page"
+    ],
+    "live": true,
+    "has_unpublished_changes": false,
+    "url_path": "/home/",
+    "owner": null,
+    "seo_title": "",
+    "show_in_menus": false,
+    "search_description": "",
+    "go_live_at": null,
+    "expire_at": null,
+    "expired": false,
+    "locked": false,
+    "first_published_at": null,
+    "last_published_at": null,
+    "latest_revision_created_at": null,
+    "live_revision": null
+  }
+},
+{
+  "model": "wagtailcore.page",
+  "pk": 3,
+  "fields": {
+    "path": "000100010001",
+    "depth": 3,
+    "numchild": 1,
+    "title": "Home",
+    "draft_title": "Home",
+    "slug": "home",
+    "content_type": [
+      "django_airavata_wagtail_base",
+      "blankpage"
+    ],
+    "live": true,
+    "has_unpublished_changes": false,
+    "url_path": "/home/home/",
+    "owner": [
+      "stephenpaul2727"
+    ],
+    "seo_title": "",
+    "show_in_menus": false,
+    "search_description": "",
+    "go_live_at": null,
+    "expire_at": null,
+    "expired": false,
+    "locked": false,
+    "first_published_at": "2018-04-17T22:33:31.457Z",
+    "last_published_at": "2018-04-27T17:56:25.465Z",
+    "latest_revision_created_at": "2018-04-27T17:56:25.414Z",
+    "live_revision": 249
+  }
+},
+{
+  "model": "wagtailcore.page",
+  "pk": 6,
+  "fields": {
+    "path": "0001000100010003",
+    "depth": 4,
+    "numchild": 0,
+    "title": "Documentation",
+    "draft_title": "Documentation",
+    "slug": "documentation",
+    "content_type": [
+      "django_airavata_wagtail_base",
+      "blankpage"
+    ],
+    "live": true,
+    "has_unpublished_changes": false,
+    "url_path": "/home/home/documentation/",
+    "owner": [
+      "stephenpaul2727"
+    ],
+    "seo_title": "Documentation",
+    "show_in_menus": true,
+    "search_description": "",
+    "go_live_at": null,
+    "expire_at": null,
+    "expired": false,
+    "locked": false,
+    "first_published_at": "2018-04-18T21:07:30.881Z",
+    "last_published_at": "2018-04-18T21:08:15.126Z",
+    "latest_revision_created_at": "2018-04-18T21:08:15.107Z",
+    "live_revision": 52
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 1,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-17T22:33:31.440Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": null, \"last_published_at\": n [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 2,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-17T22:56:39.085Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 3,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-17T23:48:07.466Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 4,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-17T23:48:52.346Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 5,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-17T23:50:34.276Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 6,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-17T23:51:00.290Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 7,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-17T23:51:23.337Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 8,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-17T23:53:58.629Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 9,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-17T23:55:40.364Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 10,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-17T23:59:05.068Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 11,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T00:03:57.718Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 12,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T00:06:01.406Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 13,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T00:06:29.061Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 14,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T00:09:16.171Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 15,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T16:18:40.783Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 16,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T18:40:08.891Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 17,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T18:41:01.644Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 18,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T18:41:56.407Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 19,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T18:43:30.495Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 20,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T18:44:19.795Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 21,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T18:53:14.287Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 22,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T18:54:26.869Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 23,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T18:58:06.722Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 24,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:07:23.240Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 25,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:09:56.754Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 26,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:10:35.596Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 27,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:11:13.893Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 28,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:12:28.046Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 29,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:19:49.036Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 30,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:20:42.773Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 31,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:21:24.546Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 32,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:25:12.314Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 33,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:25:43.450Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 34,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:30:07.311Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 35,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:32:22.422Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 36,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:35:09.155Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 37,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:36:02.338Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 38,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:44:50.955Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 39,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:46:11.545Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 40,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:47:28.772Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 41,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:48:10.541Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 42,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:48:39.585Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 43,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:49:48.587Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 44,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T19:52:59.438Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 45,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T20:10:15.067Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 46,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T20:14:33.872Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 47,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T20:19:47.337Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 48,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T20:20:42.850Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 0, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 51,
+  "fields": {
+    "page": 6,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T21:07:30.860Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 6, \"path\": \"0001000100010003\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_p [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 52,
+  "fields": {
+    "page": 6,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-18T21:08:15.107Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 6, \"path\": \"0001000100010003\", \"depth\": 4, \"numchild\": 0, \"title\": \"Documentation\", \"draft_title\": \"Documentation\", \"slug\": \"documentation\", \"content_type\": 27, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/documentation/\", \"owner\": 1, \"seo_title\": \"Documentation\", \"show_in_menus\": true, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": fals [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 248,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-27T17:56:16.364Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 1, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 174, \"live\": true, \"has_unpublished_changes\": false, \"url_path\": \"/home/home/\", \"owner\": 5, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\", [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.pagerevision",
+  "pk": 249,
+  "fields": {
+    "page": 3,
+    "submitted_for_moderation": false,
+    "created_at": "2018-04-27T17:56:25.414Z",
+    "user": [
+      "stephenpaul2727"
+    ],
+    "content_json": "{\"pk\": 3, \"path\": \"000100010001\", \"depth\": 3, \"numchild\": 1, \"title\": \"Home\", \"draft_title\": \"Home\", \"slug\": \"home\", \"content_type\": 174, \"live\": true, \"has_unpublished_changes\": true, \"url_path\": \"/home/home/\", \"owner\": 5, \"seo_title\": \"\", \"show_in_menus\": false, \"search_description\": \"\", \"go_live_at\": null, \"expire_at\": null, \"expired\": false, \"locked\": false, \"first_published_at\": \"2018-04-17T22:33:31.457Z\",  [...]
+    "approved_go_live_at": null
+  }
+},
+{
+  "model": "wagtailcore.grouppagepermission",
+  "pk": 1,
+  "fields": {
+    "group": [
+      "Moderators"
+    ],
+    "page": 1,
+    "permission_type": "add"
+  }
+},
+{
+  "model": "wagtailcore.grouppagepermission",
+  "pk": 2,
+  "fields": {
+    "group": [
+      "Moderators"
+    ],
+    "page": 1,
+    "permission_type": "edit"
+  }
+},
+{
+  "model": "wagtailcore.grouppagepermission",
+  "pk": 3,
+  "fields": {
+    "group": [
+      "Moderators"
+    ],
+    "page": 1,
+    "permission_type": "publish"
+  }
+},
+{
+  "model": "wagtailcore.grouppagepermission",
+  "pk": 4,
+  "fields": {
+    "group": [
+      "Editors"
+    ],
+    "page": 1,
+    "permission_type": "add"
+  }
+},
+{
+  "model": "wagtailcore.grouppagepermission",
+  "pk": 5,
+  "fields": {
+    "group": [
+      "Editors"
+    ],
+    "page": 1,
+    "permission_type": "edit"
+  }
+},
+{
+  "model": "wagtailcore.grouppagepermission",
+  "pk": 6,
+  "fields": {
+    "group": [
+      "Moderators"
+    ],
+    "page": 1,
+    "permission_type": "lock"
+  }
+},
+{
+  "model": "wagtailcore.collection",
+  "pk": 1,
+  "fields": {
+    "path": "0001",
+    "depth": 1,
+    "numchild": 0,
+    "name": "Root"
+  }
+},
+{
+  "model": "wagtailcore.groupcollectionpermission",
+  "pk": 1,
+  "fields": {
+    "group": [
+      "Editors"
+    ],
+    "collection": 1,
+    "permission": [
+      "add_image",
+      "wagtailimages",
+      "image"
+    ]
+  }
+},
+{
+  "model": "wagtailcore.groupcollectionpermission",
+  "pk": 2,
+  "fields": {
+    "group": [
+      "Moderators"
+    ],
+    "collection": 1,
+    "permission": [
+      "add_image",
+      "wagtailimages",
+      "image"
+    ]
+  }
+},
+{
+  "model": "wagtailcore.groupcollectionpermission",
+  "pk": 3,
+  "fields": {
+    "group": [
+      "Editors"
+    ],
+    "collection": 1,
+    "permission": [
+      "change_image",
+      "wagtailimages",
+      "image"
+    ]
+  }
+},
+{
+  "model": "wagtailcore.groupcollectionpermission",
+  "pk": 4,
+  "fields": {
+    "group": [
+      "Moderators"
+    ],
+    "collection": 1,
+    "permission": [
+      "change_image",
+      "wagtailimages",
+      "image"
+    ]
+  }
+},
+{
+  "model": "wagtailcore.groupcollectionpermission",
+  "pk": 5,
+  "fields": {
+    "group": [
+      "Editors"
+    ],
+    "collection": 1,
+    "permission": [
+      "add_document",
+      "wagtaildocs",
+      "document"
+    ]
+  }
+},
+{
+  "model": "wagtailcore.groupcollectionpermission",
+  "pk": 6,
+  "fields": {
+    "group": [
+      "Moderators"
+    ],
+    "collection": 1,
+    "permission": [
+      "add_document",
+      "wagtaildocs",
+      "document"
+    ]
+  }
+},
+{
+  "model": "wagtailcore.groupcollectionpermission",
+  "pk": 7,
+  "fields": {
+    "group": [
+      "Editors"
+    ],
+    "collection": 1,
+    "permission": [
+      "change_document",
+      "wagtaildocs",
+      "document"
+    ]
+  }
+},
+{
+  "model": "wagtailcore.groupcollectionpermission",
+  "pk": 8,
+  "fields": {
+    "group": [
+      "Moderators"
+    ],
+    "collection": 1,
+    "permission": [
+      "change_document",
+      "wagtaildocs",
+      "document"
+    ]
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 1,
+  "fields": {
+    "name": "Portal",
+    "slug": "portal"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 2,
+  "fields": {
+    "name": "Image",
+    "slug": "image"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 3,
+  "fields": {
+    "name": "Website",
+    "slug": "website"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 4,
+  "fields": {
+    "name": "Logo",
+    "slug": "logo"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 5,
+  "fields": {
+    "name": "Carousel",
+    "slug": "carousel"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 6,
+  "fields": {
+    "name": "Bigred",
+    "slug": "bigred"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 7,
+  "fields": {
+    "name": "Picture",
+    "slug": "picture"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 8,
+  "fields": {
+    "name": "Marlon",
+    "slug": "marlon"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 9,
+  "fields": {
+    "name": "Suresh",
+    "slug": "suresh"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 10,
+  "fields": {
+    "name": "Marcus",
+    "slug": "marcus"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 11,
+  "fields": {
+    "name": "IU",
+    "slug": "iu"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 12,
+  "fields": {
+    "name": "NSF",
+    "slug": "nsf"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 13,
+  "fields": {
+    "name": "airavata",
+    "slug": "airavata"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 14,
+  "fields": {
+    "name": "logo",
+    "slug": "logo_1"
+  }
+},
+{
+  "model": "taggit.tag",
+  "pk": 15,
+  "fields": {
+    "name": "XSEDE",
+    "slug": "xsede"
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 1,
+  "fields": {
+    "tag": 1,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 2
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 2,
+  "fields": {
+    "tag": 2,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 2
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 3,
+  "fields": {
+    "tag": 3,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 2
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 4,
+  "fields": {
+    "tag": 4,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 2
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 9,
+  "fields": {
+    "tag": 5,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 7
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 10,
+  "fields": {
+    "tag": 5,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 8
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 11,
+  "fields": {
+    "tag": 5,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 9
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 12,
+  "fields": {
+    "tag": 5,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 10
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 13,
+  "fields": {
+    "tag": 4,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 11
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 14,
+  "fields": {
+    "tag": 4,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 12
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 15,
+  "fields": {
+    "tag": 6,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 12
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 16,
+  "fields": {
+    "tag": 4,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 13
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 17,
+  "fields": {
+    "tag": 4,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 14
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 18,
+  "fields": {
+    "tag": 4,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 15
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 19,
+  "fields": {
+    "tag": 8,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 16
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 20,
+  "fields": {
+    "tag": 7,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 16
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 21,
+  "fields": {
+    "tag": 9,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 17
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 22,
+  "fields": {
+    "tag": 7,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 17
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 23,
+  "fields": {
+    "tag": 10,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 18
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 24,
+  "fields": {
+    "tag": 7,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 18
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 25,
+  "fields": {
+    "tag": 11,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 19
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 26,
+  "fields": {
+    "tag": 4,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 19
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 27,
+  "fields": {
+    "tag": 4,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 20
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 28,
+  "fields": {
+    "tag": 12,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 20
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 29,
+  "fields": {
+    "tag": 13,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 21
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 30,
+  "fields": {
+    "tag": 14,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 21
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 31,
+  "fields": {
+    "tag": 4,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 22
+  }
+},
+{
+  "model": "taggit.taggeditem",
+  "pk": 32,
+  "fields": {
+    "tag": 15,
+    "content_type": [
+      "wagtailimages",
+      "image"
+    ],
+    "object_id": 22
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.announcements",
+  "pk": 7,
+  "fields": {
+    "announcement_text": "Some Text",
+    "announcement_link": "https://www.google.com/"
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.navextra",
+  "pk": 1,
+  "fields": {
+    "nav": "[{\"type\": \"nav\", \"value\": {\"custom_class\": \"second-nav\", \"nav_items\": [{\"type\": \"create_account_link\", \"value\": {\"link\": \"/auth/create-account\", \"link_text\": \"Create Account\", \"image\": null, \"icon_class\": \"fas fa-user\", \"show\": \"not-logged-in\", \"horizontal_alignment\": \"push-right\"}, \"id\": \"53ad1e3b-5e3f-4e2c-a485-e7cfed0fb247\"}, {\"type\": \"login_link\", \"value\": {\"link\": \"/auth/login\", \"link_text\": \"Log in\", \"image\": n [...]
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.customcss",
+  "pk": 1,
+  "fields": {
+    "css": "[{\"type\": \"css_comment\", \"value\": {\"message\": \"---- Body Styles to remove container padding -----\"}, \"id\": \"6d6eec7d-4d66-42d9-94e4-7855903f0ec4\"}, {\"type\": \"css_block\", \"value\": \"body [class*=\\\"col-\\\"] { \\r\\n  padding-left:0;\\r\\n  padding-right:0\\r\\n}\\r\\nbody .row {\\r\\nmargin-left: 0;\\r\\nmargin-right: 0;\\r\\nmin-width: 100% !important;\\r\\n}\\r\\nbody .container {\\r\\nwidth:100%;\\r\\nmax-width:none;\\r\\npadding:0;\\r\\n}\\r\\nbody .c [...]
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.footertext",
+  "pk": 1,
+  "fields": {
+    "footer": "[{\"type\": \"horizontal_rule\", \"value\": {\"thickness\": 5, \"bg_color\": \"#d16360\", \"custom_class\": \"col-md-12 p-0 m-0\"}, \"id\": \"8d65d422-850a-431a-b3d5-caea3626f1ee\"}, {\"type\": \"placeholder_block\", \"value\": {\"custom_class\": \"col-md-1 p-5\"}, \"id\": \"29231c9a-17ab-41a3-8f5c-6f3aef75bb59\"}, {\"type\": \"font_awesome_icon_block\", \"value\": {\"icon_tag\": \"fas fa-envelope\", \"icon_size\": 5, \"custom_class\": \"col-md-1 p-5 text-center\"}, \"id\" [...]
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.navbar",
+  "pk": 1,
+  "fields": {
+    "logo": 2,
+    "logo_redirect_link": "/",
+    "logo_with_text": "yes",
+    "logo_width": 50,
+    "logo_height": 70,
+    "logo_text": "Airavata Portal",
+    "logo_text_color": "#60b0f4",
+    "logo_text_size": 27
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.customheaderlinks",
+  "pk": 1,
+  "fields": {
+    "header_link_text": "Explore",
+    "header_link": null,
+    "header_sub_link_text1": "Login",
+    "header_sub_link_text2": "Create Account",
+    "header_sub_link_text3": null,
+    "header_sub_link_text4": null,
+    "header_sub_link1": "/auth/login",
+    "header_sub_link2": "/auth/create-account",
+    "header_sub_link3": null,
+    "header_sub_link4": null,
+    "body": null
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.rowblankpagerelation",
+  "pk": 1,
+  "fields": {
+    "sort_order": 0,
+    "body": "[{\"type\": \"bootstrap_carousel\", \"value\": {\"c_image1\": 9, \"c_image1_title\": \"Welcome to Apache Airavata Gateway Portal\", \"c_image1_body\": \"Apache Airavata will help you compose, manage and execute complex workflows\", \"c_image2\": 10, \"c_image2_title\": \"Projects\", \"c_image2_body\": \"You can create custom projects with custom inputs\", \"c_image3\": 7, \"c_image3_title\": \"Experiments\", \"c_image3_body\": \"You can create experiment with certain configu [...]
+    "page": 3
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.rowblankpagerelation",
+  "pk": 2,
+  "fields": {
+    "sort_order": 1,
+    "body": "[{\"type\": \"bootstrap_jumbotron\", \"value\": {\"title\": \"Django Gateway with Airavata\", \"body\": \"<p>PGA is a science gateway built with the Airavata API. You can reference PGA as you integrate Airavata into your own gateway, or you can create your gateway on top of PGA by cloning it at the link below. PGA is known to work well in the Chrome, Firefox, and Internet Explorer browsers.</p>\", \"button_text\": \"Learn More\", \"button_link\": \"https://cwiki.apache.org/c [...]
+    "page": 3
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.rowblankpagerelation",
+  "pk": 3,
+  "fields": {
+    "sort_order": 2,
+    "body": "[{\"type\": \"embed_block\", \"value\": {\"embed\": \"https://www.youtube.com/watch?v=BUsL-IxPquA\", \"custom_class\": \"col-md-8 embedvideo1\"}, \"id\": \"5f8f0ac5-287f-4df7-b4a8-d8b6b646ac39\"}, {\"type\": \"image_block\", \"value\": {\"image\": 12, \"caption\": \"\", \"width\": \"100%\", \"height\": null, \"redirect_url\": \"\", \"custom_class\": \"col-md-4 bigred\"}, \"id\": \"79f5b79c-c259-4ac2-b41f-a821796d7cf0\"}]",
+    "page": 3
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.rowblankpagerelation",
+  "pk": 4,
+  "fields": {
+    "sort_order": 3,
+    "body": "[{\"type\": \"bootstrap_card\", \"value\": {\"card_width\": 0, \"is_card_img\": true, \"card_img\": 14, \"card_img_width\": 270, \"card_img_height\": 200, \"card_title\": \"Shield\", \"card_text\": \"<p>Shield from complexity<br/> of resources</p>\", \"card_bg_color\": \"bg-dark\", \"card_text_color\": \"text-light\", \"buttons\": [], \"custom_class\": \"col-md-4 card-group p-5\"}, \"id\": \"22a7cc14-7a02-4320-8d1e-b0cab2861726\"}, {\"type\": \"bootstrap_card\", \"value\": { [...]
+    "page": 3
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.rowblankpagerelation",
+  "pk": 5,
+  "fields": {
+    "sort_order": 4,
+    "body": "[{\"type\": \"heading_block\", \"value\": {\"heading_text\": \"Science Gateway Research Team\", \"size\": \"h1\", \"custom_class\": \"col-md-12 mx-auto text-center hero-text p-5\"}, \"id\": \"5cb39cdd-b963-432b-a450-bb7f01392466\"}, {\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-12 mx-auto hero-text pb-5 pl-5 pr-5\", \"body\": \"<p>The Science Gateways Research Center researches, develops, and operates science gateways in collaboration with many clien [...]
+    "page": 3
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.rowblankpagerelation",
+  "pk": 6,
+  "fields": {
+    "sort_order": 5,
+    "body": "[{\"type\": \"placeholder_block\", \"value\": {\"custom_class\": \"col-md-2 hero-text\"}, \"id\": \"542bdb17-6591-4ad0-90d7-518a460f7c98\"}, {\"type\": \"font_awesome_icon_block\", \"value\": {\"icon_tag\": \"fas fa-fighter-jet\", \"icon_size\": 10, \"custom_class\": \"col-md-2 mx-auto hero-text p-3 text-center\"}, \"id\": \"19d64e20-d1fd-4dfa-a6f5-6d86790c1b7e\"}, {\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-6 hero-text\", \"body\": \"<h2><b>Missio [...]
+    "page": 3
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.rowblankpagerelation",
+  "pk": 7,
+  "fields": {
+    "sort_order": 6,
+    "body": "[{\"type\": \"placeholder_block\", \"value\": {\"custom_class\": \"col-md-2 hero-text pb-5\"}, \"id\": \"55c15d24-e5f2-4c50-a843-2699e3917c4c\"}, {\"type\": \"font_awesome_icon_block\", \"value\": {\"icon_tag\": \"fas fa-dollar-sign\", \"icon_size\": 10, \"custom_class\": \"col-md-2 p-3 hero-text text-center pb-5\"}, \"id\": \"8ac1c135-ac39-4844-bc6b-76053fdf24f2\"}, {\"type\": \"paragraph_block\", \"value\": {\"custom_class\": \"col-md-6 hero-text pb-5\", \"body\": \"<h2><b [...]
+    "page": 3
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.rowblankpagerelation",
+  "pk": 8,
+  "fields": {
+    "sort_order": 7,
+    "body": "[{\"type\": \"heading_block\", \"value\": {\"heading_text\": \"Contact Us\", \"size\": \"h1\", \"custom_class\": \"col-md-12 text-center bg-dark pt-5\"}, \"id\": \"eaed8b62-9bcb-49ae-8a52-ddb9e8742a65\"}, {\"type\": \"bootstrap_media_object\", \"value\": {\"media_img\": 16, \"media_img_alt\": \"marlon\", \"media_img_width\": 100, \"media_img_height\": 100, \"heading_text\": \"Marlon Pierce\", \"body_text\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do [...]
+    "page": 3
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.rowblankpagerelation",
+  "pk": 9,
+  "fields": {
+    "sort_order": 8,
+    "body": "[{\"type\": \"bootstrap_media_object\", \"value\": {\"media_img\": 17, \"media_img_alt\": \"Suresh\", \"media_img_width\": 100, \"media_img_height\": 100, \"heading_text\": \"Suresh Marru\", \"body_text\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation<br/><a href=\\\"mailto:smarru@iu.edu\\\">E-Mail</a> | <a href=\\\"https://www.google.com\\\"> [...]
+    "page": 3
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.rowblankpagerelation",
+  "pk": 10,
+  "fields": {
+    "sort_order": 9,
+    "body": "[{\"type\": \"bootstrap_media_object\", \"value\": {\"media_img\": 18, \"media_img_alt\": \"Marcus\", \"media_img_width\": 100, \"media_img_height\": 100, \"heading_text\": \"Marcus Christie\", \"body_text\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad<br/><a href=\\\"mailto:machrist@iu.edu\\\">E-Mail</a> | <a href=\\\"https://seagrid.org/\\\">Website</a></p>\", \"custom_class\":  [...]
+    "page": 3
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.blankpage",
+  "pk": 3,
+  "fields": {
+    "show_navbar": "yes",
+    "show_nav_extra": "yes",
+    "show_footer": "yes",
+    "show_announcements": "no"
+  }
+},
+{
+  "model": "django_airavata_wagtail_base.blankpage",
+  "pk": 6,
+  "fields": {
+    "show_navbar": "yes",
+    "show_nav_extra": "yes",
+    "show_footer": "yes",
+    "show_announcements": "yes"
+  }
+}
+]
diff --git a/django_airavata/wagtailapps/base/management/commands/load_cms_data.py b/django_airavata/wagtailapps/base/management/commands/load_cms_data.py
index e83a7a6..fa8e117 100644
--- a/django_airavata/wagtailapps/base/management/commands/load_cms_data.py
+++ b/django_airavata/wagtailapps/base/management/commands/load_cms_data.py
@@ -34,5 +34,6 @@ class Command(BaseCommand):
                 title='Welcome to your new Wagtail site!').delete()
 
         call_command('loaddata', fixture_file, verbosity=0)
+        call_command('set_wagtail_site')
 
         print(f"{options['filename']} is loaded successfully....!")
diff --git a/django_airavata/wagtailapps/base/management/commands/set_wagtail_site.py b/django_airavata/wagtailapps/base/management/commands/set_wagtail_site.py
new file mode 100644
index 0000000..84db3a0
--- /dev/null
+++ b/django_airavata/wagtailapps/base/management/commands/set_wagtail_site.py
@@ -0,0 +1,47 @@
+from django.conf import settings
+from django.core.management.base import BaseCommand
+from django.db import transaction
+from wagtail.core.models import Page, Site
+
+from django_airavata.wagtailapps.base.models import (
+    BlankPage,
+    CybergatewayHomePage,
+    HomePage
+)
+
+
+class Command(BaseCommand):
+
+    def handle(self, **options):
+        hostname = settings.ALLOWED_HOSTS[0]
+        if not Site.objects.filter(hostname=hostname,
+                                   is_default_site=True).exists():
+            with transaction.atomic():
+                # Delete any current default site
+                Site.objects.filter(is_default_site=True).delete()
+                roots = Page.get_root_nodes()
+                site_root = self.find_root_airavata_page(roots)
+                if site_root is None:
+                    raise Exception("Could not find site root page!")
+                else:
+                    print(f"Setting root page to {site_root.title}")
+                Site.objects.create(
+                    hostname=hostname,
+                    is_default_site=True,
+                    site_name=settings.PORTAL_TITLE,
+                    root_page=site_root
+                )
+                print(f"Created Site object for domain {hostname}")
+        else:
+            print(f"Site object for domain {hostname} already exists")
+
+    def find_root_airavata_page(self, pages):
+        for page in pages:
+            if (isinstance(page.specific, HomePage) or
+                isinstance(page.specific, BlankPage) or
+                    isinstance(page.specific, CybergatewayHomePage)):
+                return page
+            elif not page.is_leaf():
+                return self.find_root_airavata_page(page.get_children())
+            else:
+                return None
diff --git a/django_airavata/wagtailapps/base/tests/__init__.py b/django_airavata/wagtailapps/base/tests/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/django_airavata/wagtailapps/base/tests/management/__init__.py b/django_airavata/wagtailapps/base/tests/management/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/django_airavata/wagtailapps/base/tests/management/test_set_wagtail_site.py b/django_airavata/wagtailapps/base/tests/management/test_set_wagtail_site.py
new file mode 100644
index 0000000..ebaffcc
--- /dev/null
+++ b/django_airavata/wagtailapps/base/tests/management/test_set_wagtail_site.py
@@ -0,0 +1,61 @@
+from django.conf import settings
+from django.core.management import call_command
+from django.test import TestCase, override_settings
+from wagtail.core.models import Page, Site
+
+
+@override_settings(ALLOWED_HOSTS=['example.com'],
+                   PORTAL_TITLE="My Portal Title")
+class SetWagtailSiteTestCase(TestCase):
+    fixtures = ['tests/default.json']
+
+    def test_with_no_sites(self):
+        """No Site records, should create default one."""
+        Site.objects.all().delete()
+        call_command('set_wagtail_site')
+        site = Site.objects.get(hostname="example.com")
+        self.assertEqual(site.site_name, "My Portal Title")
+        self.assertEqual(site.root_page.pk, 3)
+        self.assertTrue(site.is_default_site)
+
+    def test_with_localhost_default_site(self):
+        """localhost default record exists, should delete and create one."""
+        self.assertTrue(Site.objects.filter(hostname="localhost",
+                                            is_default_site=True).exists())
+        call_command('set_wagtail_site')
+        # old default should have been deleted
+        self.assertFalse(Site.objects.filter(hostname="localhost",
+                                             is_default_site=True).exists())
+        site = Site.objects.get(hostname="example.com")
+        self.assertEqual(site.site_name, "My Portal Title")
+        self.assertEqual(site.root_page.pk, 3)
+        self.assertTrue(site.is_default_site)
+
+    def test_with_example_com_default_site(self):
+        """Record already exists, shouldn't create one."""
+        Site.objects.all().delete()
+        site_root = Page.objects.get(pk=3)
+        Site.objects.create(
+            hostname="example.com",
+            is_default_site=True,
+            site_name=settings.PORTAL_TITLE,
+            root_page=site_root
+        )
+        call_command('set_wagtail_site')
+        # command shouldn't have created a duplicate
+        self.assertEqual(1, Site.objects.filter(hostname="example.com",
+                                                is_default_site=True).count())
+
+    def test_with_no_airavata_root_page(self):
+        """Won't be able to create Site, but should leave existing alone."""
+        Page.objects.get(pk=3).delete()
+        self.assertTrue(Site.objects.filter(hostname="localhost",
+                                            is_default_site=True).exists())
+        try:
+            call_command('set_wagtail_site')
+            self.fail("Should have failed to find site root page")
+        except Exception:
+            pass
+        self.assertTrue(Site.objects.filter(hostname="localhost",
+                                            is_default_site=True).exists(),
+                        "localhost Site object no longer exists!")