fix DJANGO_DEBUG set to default empty string

This commit is contained in:
simon 2022-09-06 23:26:17 +07:00
parent 1c3febc49d
commit 301a734905
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [[ -z "$ELASTIC_USER" ]]; then
fi
if [[ -z "$DJANGO_DEBUG" ]]; then
export DJANGO_DEBUG=False
export DJANGO_DEBUG=""
fi
cachedir=/cache