mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-30 11:51:08 +02:00
Translate logs app and cleanup
This commit is contained in:
@ -24,7 +24,7 @@ ADMINS = (
|
||||
|
||||
SITE_ID = 1
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = ['127.0.0.1']
|
||||
|
||||
# Application definition
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# Needed to filter which host are trusted
|
||||
ALLOWED_HOSTS = ['127.0.0.1', 'med.crans.org', 'zamok.crans.org']
|
||||
ALLOWED_HOSTS = ['med.crans.org']
|
||||
|
||||
# Emails
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||
|
Reference in New Issue
Block a user