diff --git a/smash/smash/local_settings.py.template b/smash/smash/local_settings.py.template
index 32397c94d8545705fce662d3e443f15b3cdf4a20..a2411b28e1d8c80401b5741a608faeccdedaf80e 100644
--- a/smash/smash/local_settings.py.template
+++ b/smash/smash/local_settings.py.template
@@ -15,6 +15,8 @@ EMAIL_PORT = 25
 EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
 DEFAULT_FROM_EMAIL = 'prc-scheduling-admin@uni.lu'
 
+ALLOWED_HOSTS = ['prc.parkinson.lu', 'localhost']
+
 # Database
 # https://docs.djangoproject.com/en/1.10/ref/settings/#databases
 
diff --git a/smash/smash/settings.py b/smash/smash/settings.py
index c19c846a7b8e0e037efd8015b67e5c750ac8129c..12e9ac3d4f1c53eeffaa2ca17162c4de3dc9c529 100644
--- a/smash/smash/settings.py
+++ b/smash/smash/settings.py
@@ -18,8 +18,6 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 # Quick-start development settings - unsuitable for production
 # See https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/
 
-ALLOWED_HOSTS = ['prc.parkinson.lu', 'localhost']
-
 DEBUG = True
 
 # Application definition