From 9fe46d2174280757afdd08e8cb6b429240430bc2 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 19 Aug 2022 13:23:24 +0200 Subject: [PATCH] Renommage partiel Pierre Coullery --- common/settings.py | 4 ++-- templates/admin/base_site.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/settings.py b/common/settings.py index 3204810..256b9d3 100644 --- a/common/settings.py +++ b/common/settings.py @@ -103,7 +103,7 @@ FILE_UPLOAD_HANDLERS = ["django.core.files.uploadhandler.TemporaryFileUploadHand STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage' -ALLOWED_HOSTS = ['localhost', 'stages.pierre-coullery.ch'] +ALLOWED_HOSTS = ['localhost', 'cpne-2s-stages.s2.rpn.ch'] # candidats admin shows confirmation_date readonly field twice. SILENCED_SYSTEM_CHECKS = ['admin.E012'] @@ -121,7 +121,7 @@ SUMMERNOTE_CONFIG = { } } -FABRIC_HOST = 'gestion.pierre-coullery.ch' +FABRIC_HOST = 'cpne-2s-stages.s2.rpn.ch' FABRIC_USERNAME = '' INSTRUCTOR_IMPORT_MAPPING = { diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html index a02106a..e65dc94 100644 --- a/templates/admin/base_site.html +++ b/templates/admin/base_site.html @@ -6,7 +6,7 @@ {% block extrastyle %}{% endblock %} {% block branding %} -

École Pierre-Coullery
Gestion de la pratique professionnelle

+

CPNE - Pôle santé et social
Gestion de la pratique professionnelle

{% endblock %} {% block nav-global %}{% endblock %}