From 0a563c4376186da735283e04d6ef265f4750b07d Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Mon, 7 Apr 2025 17:19:29 +0200 Subject: [PATCH] use BioInfo-PN theme --- src/strass/requirements.txt | 2 ++ src/strass/strass/settings.py | 1 + 2 files changed, 3 insertions(+) diff --git a/src/strass/requirements.txt b/src/strass/requirements.txt index 3df95637..dca65f60 100644 --- a/src/strass/requirements.txt +++ b/src/strass/requirements.txt @@ -7,6 +7,8 @@ python-decouple django-basetheme-bootstrap>=1.8.7 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/hub%2Fdjango-kubernetes-probes/packages/pypi/simple django-kubernetes-probes>=1.1 +--extra-index-url https://gitlab.pasteur.fr/api/v4/projects/strass%2Fdjango-basetheme-bootstrap-bioinfo-pn-theme/packages/pypi/simple +django-basetheme-bootstrap-bioinfo-pn-theme>=1.0.0 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/hub%2Fdjango-csp-mail-reports/packages/pypi/simple django-csp-mail-reports>=1.0 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/hub%2Fdjango-live-settings/packages/pypi/simple diff --git a/src/strass/strass/settings.py b/src/strass/strass/settings.py index 90260885..08226d48 100644 --- a/src/strass/strass/settings.py +++ b/src/strass/strass/settings.py @@ -62,6 +62,7 @@ INSTALLED_APPS = [ 'live_settings', 'language_override', 'basetheme_bootstrap', + 'basetheme_bootstrap_theme', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', -- GitLab