Revert "chore!: upgrade Django version to 4.2 (LTS)" (#34095)

This commit is contained in:
Muhammad Soban Javed
2024-01-23 19:07:53 +05:00
committed by GitHub
parent fc8e40fb10
commit 6f32d0e6f1
13 changed files with 37 additions and 54 deletions

View File

@@ -1762,8 +1762,8 @@ DATABASES = {
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
DEFAULT_HASHING_ALGORITHM = 'sha256'
# This will be overridden through LMS config
DEFAULT_HASHING_ALGORITHM = 'sha1'
#################### Python sandbox ############################################
CODE_JAIL = {