mirror of https://gitlab.crans.org/bde/nk20
Delete comby.xyz from ALLOWED_HOSTS
This commit is contained in:
parent
44020398e9
commit
f17104770b
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue