diff --git a/webapp_settings/production.py b/webapp_settings/production.py index aff06a8..bf26665 100644 --- a/webapp_settings/production.py +++ b/webapp_settings/production.py @@ -20,10 +20,10 @@ }, } -# A tuple of tuples containing (Full name, email address) -ADMINS = ( +# A list of tuples containing (Full name, email address) +ADMINS = [ ('YNR Prod Developers', 'developers+ynr-prod@democracyclub.org.uk') -) +] CELERY_BROKER_URL = "redis://localhost:6379/0"