From 3f170959599180eecc280ffa469dd106f05c7bca Mon Sep 17 00:00:00 2001 From: Laetitia Date: Fri, 25 Oct 2024 11:35:51 +0200 Subject: [PATCH] feat: update gitlab link to framagit --- la_chariotte/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/la_chariotte/settings.py b/la_chariotte/settings.py index 48f94a1..3f7d338 100644 --- a/la_chariotte/settings.py +++ b/la_chariotte/settings.py @@ -7,7 +7,7 @@ from sentry_sdk.integrations.django import DjangoIntegration BASE_DIR = Path(__file__).resolve().parent.parent BASE_URL = os.getenv("BASE_URL", "http://127.0.0.1:8000") PROJECT_NAME = os.getenv("PROJECT_NAME", "La Chariotte") -GITLAB_LINK = "https://gitlab.com/la-chariotte/la_chariotte" +GITLAB_LINK = "https://framagit.org/la-chariotte/la-chariotte" CONTACT_MAIL = "contact@chariotte.fr" # SECURITY WARNING: keep the secret key used in production secret!