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/10/16 21:42:28 UTC

[airavata-django-portal] branch master updated: Wagtail: documentation on new default theme

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0a743fb  Wagtail: documentation on new default theme
0a743fb is described below

commit 0a743fb1bd7d29968ce8c8218499db4c1c055998
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Oct 16 17:42:07 2020 -0400

    Wagtail: documentation on new default theme
---
 README.md                          |   4 ++--
 docs/assets/cms_default_theme.pdf  | Bin 0 -> 5036749 bytes
 docs/tutorial/gateways_tutorial.md |   2 +-
 mkdocs.yml                         |   1 +
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d121b85..8d52e86 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ install
 5.  Load the default Wagtail CMS pages.
 
     ```
-    python manage.py load_default_gateway
+    python manage.py load_cms_data new_default_theme
     ```
 
 6.  Run the server
@@ -110,7 +110,7 @@ following:
    starting the container for the first time.
 
    ```
-   docker exec CONTAINER_ID python manage.py load_cms_data default
+   docker exec CONTAINER_ID python manage.py load_cms_data new_default_theme
    ```
 
 4. Point your browser to http://localhost:8000.
diff --git a/docs/assets/cms_default_theme.pdf b/docs/assets/cms_default_theme.pdf
new file mode 100644
index 0000000..af44b37
Binary files /dev/null and b/docs/assets/cms_default_theme.pdf differ
diff --git a/docs/tutorial/gateways_tutorial.md b/docs/tutorial/gateways_tutorial.md
index 669943c..2cde8d1 100644
--- a/docs/tutorial/gateways_tutorial.md
+++ b/docs/tutorial/gateways_tutorial.md
@@ -399,7 +399,7 @@ docker run -d --name gateways19-tutorial -p 8000:8000 -v $PWD:/extensions -v $PW
 3. Run the following to load the default set of CMS pages:
 
 ```
-docker exec gateways19-tutorial python manage.py load_cms_data default
+docker exec gateways19-tutorial python manage.py load_cms_data new_default_theme
 ```
 
 ---
diff --git a/mkdocs.yml b/mkdocs.yml
index d49a330..73afa32 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,6 +6,7 @@ nav:
   - Home: index.md
   - User Guide:
     - Using the integrated CMS: cms.md
+    - Using the default CMS theme [PDF]: assets/cms_default_theme.pdf
   - Developer Guide:
     - Adding a Django App: dev/new_django_app.md
     - Developing the Frontend: dev/developing_frontend.md