Merge branch 'get_rid_of_PAC_2' into 'master'

Delete comby.xyz from ALLOWED_HOSTS

See merge request bde/nk20!44
This commit is contained in:
Maxime Bombar 2020-03-08 00:04:42 +01:00
commit 6aab22c0ea
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'