From: Guillaume Pellerin Date: Wed, 15 Nov 2023 10:13:22 +0000 (+0100) Subject: add allowed hosts, fix title X-Git-Tag: 2.8.1-ae~28 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0c53af6661a119a9d1da8ee34018787e76f03922;p=teleforma.git add allowed hosts, fix title --- diff --git a/app/settings.py b/app/settings.py index d00b0aa1..2aed08ad 100644 --- a/app/settings.py +++ b/app/settings.py @@ -31,6 +31,12 @@ MANAGERS = ADMINS ASGI_APPLICATION = "teleforma.ws.routing.application" +ALLOWED_HOSTS = [ + 'localhost', + 'staging.docker.e-learning.ae.pre-barreau.parisson.com', + 'e-learning.ae.pre-barreau.com', + 'ae.dockdev.pilotsystems.net', +] INTERNAL_IPS = ['127.0.0.1', ] @@ -410,8 +416,8 @@ ALLOWED_HOSTS = [ ] JAZZMIN_SETTINGS = { - "site_title": "CRFPA", - "site_header": "CRFPA", + "site_title": "AE", + "site_header": "Avocats étrangers", "site_logo": "teleforma/images/logo_pb.png", # # Links to put along the top menu