settings: Move TEST_WORKER_DIR to computed_settings.

mypy_django_plugin can only access settings from zproject.settings.

Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
Zixuan James Li
2022-08-10 00:31:49 -04:00
committed by Tim Abbott
parent f994ba30b8
commit b0ffe45835
2 changed files with 3 additions and 2 deletions

View File

@@ -111,6 +111,8 @@ RUNNING_OPENAPI_CURL_TEST = False
GENERATE_STRIPE_FIXTURES = False
# This is overridden in test_settings.py for the test suites
BAN_CONSOLE_OUTPUT = False
# This is overridden in test_settings.py for the test suites
TEST_WORKER_DIR = ""
# These are the settings that we will check that the user has filled in for
# production deployments before starting the app. It consists of a series