Compare commits

...

2 commits

Author SHA1 Message Date
Laetitia Getti
4bd7a21aea Merge branch 'update-gitlab-link' into 'develop'
Update gitlab link to framagit

See merge request la-chariotte/la-chariotte!121
2024-10-29 23:38:29 +00:00
Laetitia
3f17095959 feat: update gitlab link to framagit 2024-10-25 11:35:51 +02:00

View file

@ -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!