From f17104770bce0497d336f68ab4e2937382064d05 Mon Sep 17 00:00:00 2001 From: Maxime Bombar Date: Sat, 7 Mar 2020 23:55:35 +0100 Subject: [PATCH] Delete comby.xyz from ALLOWED_HOSTS --- note_kfet/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note_kfet/settings/production.py b/note_kfet/settings/production.py index c595ee1f..4512dc85 100644 --- a/note_kfet/settings/production.py +++ b/note_kfet/settings/production.py @@ -26,7 +26,7 @@ DATABASES = { DEBUG = True # Mandatory ! -ALLOWED_HOSTS = ['127.0.0.1', 'note.comby.xyz'] +ALLOWED_HOSTS = [] # Emails EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'