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",