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 2019/06/17 20:29:09 UTC

[airavata-django-portal] branch master updated: AIRAVATA-2638 fixing automated testing error

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 76e3ad7  AIRAVATA-2638 fixing automated testing error
76e3ad7 is described below

commit 76e3ad7ee04c91c21e8a0482895a2434b533a024
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Jun 17 16:28:58 2019 -0400

    AIRAVATA-2638 fixing automated testing error
---
 django_airavata/settings_local.py.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_airavata/settings_local.py.sample b/django_airavata/settings_local.py.sample
index c4f7ac9..83f637f 100644
--- a/django_airavata/settings_local.py.sample
+++ b/django_airavata/settings_local.py.sample
@@ -31,7 +31,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 # PORTAL_ADMINS receive administrative emails, like when a new user is created
 # This can be set to a different value than ADMINS so that the PORTAL_ADMINS
 # don't receive error emails
-PORTAL_ADMINS = ADMINS
+# PORTAL_ADMINS = ADMINS
 # SERVER_EMAIL = 'portal@example.com'
 
 # Keycloak Configuration