1
0
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:
Alexandre Iooss
2019-08-16 20:14:52 +02:00
parent c2ab1e4bc5
commit 670f7dfa39
9 changed files with 77 additions and 149 deletions

View File

@ -24,7 +24,7 @@ ADMINS = (
SITE_ID = 1
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['127.0.0.1']
# Application definition

View File

@ -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'