Update settings.py

Add comment to explain usage
This commit is contained in:
Matthias Mair 2022-03-01 12:23:17 +01:00 committed by GitHub
parent 12c4296261
commit 5cc214dfbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,8 @@ def _is_true(x):
# Determine if we are running in "test" mode e.g. "manage.py test"
TESTING = 'test' in sys.argv
TESTING = 'test' in sys.
# Are enviroment variables manipulated by tests? Needs to be set by testing code
TESTING_ENV = False
# New requirement for django 3.2+