From 54a8266d349a0774163e1bc51b2ec0018c2170dd Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 16 Sep 2022 13:08:52 +0000 Subject: [PATCH] Remove unneeded comment --- academon/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/academon/settings.py b/academon/settings.py index 771f864..0d67162 100644 --- a/academon/settings.py +++ b/academon/settings.py @@ -13,9 +13,6 @@ CONFIG_PATH = BASE_DIR / "settings.ini" ASK = AutoSecretKey(CONFIG_PATH) MONSTERCONFIG = MonsterConfig(CONFIG_PATH) -# Quick-start development settings - unsuitable for production -# See https://docs.djangoproject.com/en/4.0/howto/deployment/checklist/ - # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = ASK.secret_key