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'