diff --git a/project/project/settings/production.py b/project/project/settings/production.py
index 15061fd094f2a9ca77d8f97ed6db69512470e27c..c7047878588e0396cfb120ea0aad2e46f1a4a651 100644
--- a/project/project/settings/production.py
+++ b/project/project/settings/production.py
@@ -2,18 +2,15 @@
 
 import os
 
-from celery.schedules import crontab
-
 from aws.conf import *
+from celery.schedules import crontab
 
 from .common import *
 
 DEBUG = os.environ.get('DEBUG', False)
 ALLOWED_HOSTS = [
     'localhost',
-    'oser-backend.herokuapp.com',
-    'oser-backend-staging.herokuapp.com',
-    'oser-cs.fr',
+    'oser-site-vitrine.herokuapp.com',
 ]
 
 # Security