Skip to content

Commit

Permalink
fix: add secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Feb 21, 2025
1 parent 9b5a591 commit 7686c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# pylint: disable-next=wildcard-import,unused-wildcard-import
from codeforlife.settings import *

SECRET_KEY = "XTgWqMlZCMI_E5BvCArkif9nrJIIhe_6Ic6Q_UcWJDk="

INSTALLED_APPS = [
"django.contrib.admin",
"django.contrib.auth",
Expand Down

0 comments on commit 7686c17

Please sign in to comment.