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.git


The following commit(s) were added to refs/heads/develop by this push:
     new 02c9f3312a Ansible: adding deprecation note
02c9f3312a is described below

commit 02c9f3312aa44251c122c0f07317c71aebb2999d
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Jul 28 17:34:48 2022 -0400

    Ansible: adding deprecation note
---
 dev-tools/ansible/roles/django/templates/settings_local.py.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/roles/django/templates/settings_local.py.j2 
b/dev-tools/ansible/roles/django/templates/settings_local.py.j2
index bfce66c870..0028c0a0fe 100644
--- a/dev-tools/ansible/roles/django/templates/settings_local.py.j2
+++ b/dev-tools/ansible/roles/django/templates/settings_local.py.j2
@@ -138,6 +138,7 @@ USER_STORAGES = {
     {% endfor %}
 }
 {% else %}
+{# deprecated approach: define django_gateway_user_storages instead #}
 USER_STORAGES = {
     'default': {
         'BACKEND': 
'airavata_django_portal_sdk.user_storage.backends.DjangoFileSystemProvider',

Reply via email to