Made the `SECRET` secret

Made the `SECRET KEY` secret by using .env
pull/6/head
Surya 2024-07-24 22:27:33 +02:00 committed by Jukoga
parent 79acc8163a
commit e8ca2d76b0
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ TEMPLATES_DIR = os.path.join(BASE_DIR + '/templates')
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
# Load the Env
load_dotenv()
# SECURITY WARNING: keep the secret key used in production secret!