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
commit 1ab2de7d113e63e3c9a1f1698fe3a0c56b1113d7
Author: Marcus Christie <machrist@iu.edu>
AuthorDate: Fri Jan 4 11:35:52 2019 -0500
Adding loading default Wagtail theme to README
---
README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3e10625..5e16578 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,13 @@ Node.js](https://nodejs.org/en/download/).
./build_js.sh
```
-5. Run the server
+5. Load the default Wagtail CMS pages.
+
+ ```
+ python manage.py load_default_gateway
+ ```
+
+6. Run the server
```
python manage.py runserver
|