Skip to content

Commit 7a8f448

Browse files
committed
Resolve variable Issue
1 parent 057dd1d commit 7a8f448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

task_manager/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# See https://docs.djangoproject.com/en/5.2/howto/deployment/checklist/
1818

1919
# SECURITY WARNING: keep the secret key used in production secret!
20-
SECRET_KEY = os.getenv('SECRET_KEY')
20+
SECRET_KEY = os.getenv('DJANGO_SECRET_KEY')
2121

2222
# don't run with debug turned on in production!
2323
DEBUG = env.bool("DJANGO_DEBUG", default=True)

0 commit comments

Comments
 (0)