From 4b3f1462e7a29c055a3929349d8a67428d51bcea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sat, 20 Apr 2024 12:57:06 +0200 Subject: [PATCH] Actualiser kholles_web/settings.sample.py --- kholles_web/{settings.py => settings.sample.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename kholles_web/{settings.py => settings.sample.py} (98%) diff --git a/kholles_web/settings.py b/kholles_web/settings.sample.py similarity index 98% rename from kholles_web/settings.py rename to kholles_web/settings.sample.py index e19365f..5fa3a47 100644 --- a/kholles_web/settings.py +++ b/kholles_web/settings.sample.py @@ -25,12 +25,12 @@ SECRET_KEY = 'django-insecure-$)@!wj+$^y1@^tr78ay&)cna10da_k^vncrbo+4ja-qth$8bhz # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["127.0.0.1", "colles.mp2i-vms.fr"] +ALLOWED_HOSTS = ["127.0.0.1"] # à modifier CSRF_TRUSTED_ORIGINS = [ "http://127.0.0.1:8000", "https://colles.mp2i-vms.fr" -] +] # à modifier CORS_ORIGIN_WHITELIST = [ "http://localhost:8000",