Remove unneeded comment

This commit is contained in:
Kumi 2022-09-16 13:08:52 +00:00
parent f8baf6ddeb
commit 54a8266d34
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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