]> git.parisson.com Git - teleforma.git/commitdiff
add allowed hosts, fix title
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 15 Nov 2023 10:13:22 +0000 (11:13 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 15 Nov 2023 10:13:22 +0000 (11:13 +0100)
app/settings.py

index d00b0aa1a4b2963ccf7af71b32b608bafc629cd4..2aed08adcda95315c699934516948fa455ec1305 100644 (file)
@@ -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