settings: Move IS_DEV_DROPLET default to default_settings.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-06-07 19:08:04 -07:00 committed by Tim Abbott
parent 9824405842
commit 92a58e9ce0
2 changed files with 3 additions and 2 deletions

View File

@ -396,3 +396,6 @@ AUTO_CATCH_UP_SOFT_DEACTIVATED_USERS = True
# Enables Google Analytics on selected portico pages.
GOOGLE_ANALYTICS_ID: Optional[str] = None
# This is overridden by dev_settings.py for droplets.
IS_DEV_DROPLET = False

View File

@ -71,8 +71,6 @@ CASPER_TESTS = False
RUNNING_OPENAPI_CURL_TEST = False
# This is overridden in test_settings.py for the test suites
GENERATE_STRIPE_FIXTURES = False
# This is overridden by dev_settings.py for droplets.
IS_DEV_DROPLET = False
# Google Compute Engine has an /etc/boto.cfg that is "nicely
# configured" to work with GCE's storage service. However, their