From 850170aa7c8b8e6f91039f5a2a6a41b960bad685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 8 Jun 2021 08:27:40 +0200 Subject: [PATCH] settings: mark secret_key to be overridden in local settings --- pfwb_archives_proxy/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfwb_archives_proxy/settings.py b/pfwb_archives_proxy/settings.py index b098fa1..811b614 100644 --- a/pfwb_archives_proxy/settings.py +++ b/pfwb_archives_proxy/settings.py @@ -20,7 +20,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) # See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = 's#lii@hjka4y_i4e^uazg0e+%5b4_fz*+h3k99c#2!2)n*ob3-' +SECRET_KEY = '(override this in local settings)' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True