diff --git a/eva/settings_production.py b/eva/settings_production.py index 6eb0e86..de205c5 100644 --- a/eva/settings_production.py +++ b/eva/settings_production.py @@ -44,10 +44,10 @@ def get_secret(setting, secrets=secrets): SECRET_KEY = get_secret('SECRET_KEY') # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False # send mails only to debug mode adress even if in production -MAILTEST = True +MAILTEST = False # Quick-start development settings - unsuitable for production # See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/