From 3acac0796420b01f8a1f94c9160b44cd968fd94a Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Tue, 13 Jun 2017 15:41:38 +0200 Subject: [PATCH] global settings moved to local settings --- smash/smash/settings.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/smash/smash/settings.py b/smash/smash/settings.py index 48fbaf41..f095db0f 100644 --- a/smash/smash/settings.py +++ b/smash/smash/settings.py @@ -22,13 +22,6 @@ ALLOWED_HOSTS = ['prc.parkinson.lu', 'localhost'] DEBUG = True -EMAIL_HOST = 'smtp.uni.lu' -EMAIL_HOST_USER = '' -EMAIL_HOST_PASSWORD = '' -EMAIL_PORT = 25 -EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' -DEFAULT_FROM_EMAIL = 'prc-scheduling-admin@uni.lu' - # Application definition INSTALLED_APPS = [ -- GitLab