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