Update settings/prod.py
maintenance mode to True so that users see some kind of next action until our site is back uppull/1/head
parent
c4762f8230
commit
c9817fc574
|
@ -144,7 +144,7 @@ CELERYBEAT_SCHEDULE['report_new_ebooks'] = EBOOK_NOTIFICATIONS_JOB
|
|||
AMAZON_FPS_HOST = "fps.amazonaws.com"
|
||||
|
||||
# local settings for maintenance mode
|
||||
MAINTENANCE_MODE = False
|
||||
MAINTENANCE_MODE = True
|
||||
|
||||
# if settings/local.py exists, import those settings -- allows for dynamic generation of parameters such as DATABASES
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue