downgrade django to fix django_debug env

This commit is contained in:
simon 2022-09-10 11:22:49 +07:00
parent 17c178c8bf
commit 6d22e62642
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 1 additions and 5 deletions

View File

@ -5,10 +5,6 @@ if [[ -z "$ELASTIC_USER" ]]; then
export ELASTIC_USER=elastic
fi
if [[ -z "$DJANGO_DEBUG" ]]; then
export DJANGO_DEBUG=""
fi
cachedir=/cache
[[ -d $cachedir ]] || cachedir=.
lockfile=${cachedir}/initsu.lock

View File

@ -1,6 +1,6 @@
beautifulsoup4==4.11.1
celery==5.2.7
Django==4.1.1
Django==4.0.6
django-auth-ldap==4.1.0
django-cors-headers==3.13.0
djangorestframework==3.13.1