From 40971359a7db7138bae44d0969a52aa0ad1c57cc Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Thu, 8 Sep 2016 18:28:33 -0700 Subject: [PATCH] put production into maintenance --- frontend/templates/503.html | 2 +- settings/prod.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/templates/503.html b/frontend/templates/503.html index feaaed14..9d1dcabf 100644 --- a/frontend/templates/503.html +++ b/frontend/templates/503.html @@ -2,7 +2,7 @@ {% block news %}
- We estimate that we will be back online at 2:00 pm EDT on Saturday, Sept 7, 2016. + We estimate that we will be back online at 6:00 am EDT on Friday, Sept 9, 2016.
{% endblock %} diff --git a/settings/prod.py b/settings/prod.py index 7f9bbddb..0d6c6ec6 100644 --- a/settings/prod.py +++ b/settings/prod.py @@ -153,7 +153,7 @@ CELERYBEAT_SCHEDULE['refresh_acqs'] = NOTIFY_UNCLAIMED_GIFTS AMAZON_FPS_HOST = "fps.amazonaws.com" # local settings for maintenance mode -MAINTENANCE_MODE = False +MAINTENANCE_MODE = True # Amazon keys to permit S3 access DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoStorage'