This commit is contained in:
Oliver Walters 2021-03-31 22:35:48 +11:00
parent 3f257279ee
commit c0a0ca4588

View File

@ -45,6 +45,7 @@ def get_setting(environment_var, backup_val, default_value=None):
return default_value
# Determine if we are running in "test" mode e.g. "manage.py test"
TESTING = 'test' in sys.argv