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 2021/09/24 20:52:04 UTC

[airavata-django-portal] 02/05: AIRAVATA-3513 set DEFAULT_AUTO_FIELD

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

commit 41323abe86fac63b9016f20f74738e01568b90e2
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Sep 23 17:40:32 2021 -0400

    AIRAVATA-3513 set DEFAULT_AUTO_FIELD
---
 django_airavata/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/django_airavata/settings.py b/django_airavata/settings.py
index 68ba46c..3bae1dd 100644
--- a/django_airavata/settings.py
+++ b/django_airavata/settings.py
@@ -169,6 +169,8 @@ DATABASES = {
     }
 }
 
+DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
+
 
 # Password validation
 # https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators