diff --git a/chariotte-v0-data.sql b/chariotte-v0-data.sql index de39504..9767334 100644 --- a/chariotte-v0-data.sql +++ b/chariotte-v0-data.sql @@ -447,7 +447,7 @@ ALTER TABLE public.order_ordereditem ALTER COLUMN id ADD GENERATED BY DEFAULT AS -- COPY public.accounts_customuser (id, password, last_login, is_superuser, username, first_name, last_name, is_staff, is_active, date_joined, email) FROM stdin; -1 pbkdf2_sha256$600000$VJKqxzdIaZnD1NgKHW50OR$vilVIY56gjEdF7q6+zF2+DNBzInuX3+A/mo+1d42wsQ= 2023-05-26 16:06:38.096236+02 t laetitia@chariotte.fr Laetitia Getti t t 2023-05-26 16:04:17+02 laetitia@chariotte.fr +1 pbkdf2_sha256$600000$VJKqxzdIaZnD1NgKHW50OR$vilVIY56gjEdF7q6+zF2+DNBzInuX3+A/mo+1d42wsQ= 2023-05-26 16:06:38.096236+02 t contact@chariotte.fr Laetitia Getti t t 2023-05-26 16:04:17+02 contact@chariotte.fr \. diff --git a/la_chariotte/settings.py b/la_chariotte/settings.py index 844810c..fd37986 100644 --- a/la_chariotte/settings.py +++ b/la_chariotte/settings.py @@ -7,8 +7,8 @@ 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" -CONTACT_MAIL = "laetitia@chariotte.fr" +GITLAB_LINK = "https://gitlab.com/hashbangfr/la_chariotte" +CONTACT_MAIL = "contact@chariotte.fr" # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = os.getenv( diff --git a/la_chariotte/templates/base.html b/la_chariotte/templates/base.html index 5d54cd2..e7e5cd9 100644 --- a/la_chariotte/templates/base.html +++ b/la_chariotte/templates/base.html @@ -136,7 +136,7 @@
-

Contact : laetitia@chariotte.fr +

Contact : contact@chariotte.fr

Suivez la Chariotte sur :

diff --git a/pyproject.toml b/pyproject.toml index e4d7dc9..673b497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "la_chariotte" dynamic = ["version"] description = "Web application for organising grouped orders" -authors = [{name = "Laetitia Getti", email = "laetitia@chariotte.fr"}] +authors = [{name = "Laetitia Getti", email = "contact@chariotte.fr"}] readme = "README.md" license = {file = "LICENSE"} classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]