Delete comby.xyz from ALLOWED_HOSTS

This commit is contained in:
Maxime Bombar 2020-03-07 23:55:35 +01:00
parent 44020398e9
commit f17104770b
1 changed files with 1 additions and 1 deletions

View File

@ -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'