mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 18:08:21 +02:00
Delete comby.xyz from ALLOWED_HOSTS
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user