Merge pull request #28403 from edx/jawayria/django32-settings

chore: Updated lms and cms settings
This commit is contained in:
Jawayria
2021-09-07 19:27:10 +05:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -959,6 +959,9 @@ DATABASES = {
}
}
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
DEFAULT_HASHING_ALGORITHM = 'sha1'
#################### Python sandbox ############################################
CODE_JAIL = {

View File

@@ -1582,6 +1582,10 @@ DATABASES = {
}
}
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
DEFAULT_HASHING_ALGORITHM = 'sha1'
#################### Python sandbox ############################################
CODE_JAIL = {