mirror of https://gitlab.crans.org/bde/nk20
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:
commit
6aab22c0ea
|
@ -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