Update settings/prod.py

maintenance mode to True so that users see some kind of next action until our site is back up
pull/1/head
thatandromeda 2012-10-22 16:50:58 -03:00
parent c4762f8230
commit c9817fc574
1 changed files with 1 additions and 1 deletions

View File

@ -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: