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 3d5e8cd Showing copy command that needs to be executed
3d5e8cd is described below
commit 3d5e8cd32bb68a1ea029083443146928b0fa9de7
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Sep 5 18:59:43 2019 -0400
Showing copy command that needs to be executed
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 595af61..44874ea 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,10 @@ install
`django_airavata/settings_local.py` and edit the contents to match your
Keycloak and Airavata server deployments.
+ ```
+ cp django_airavata/settings_local.py.sample
django_airavata/settings_local.py
+ ```
+
3. Run Django migrations
```