Skip to content

Commit

Permalink
fix secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Dobbelaere committed Nov 27, 2023
1 parent bc8dc11 commit 9bea722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OneSila/OneSila/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from operator import itemgetter
import os

SECRET_KEY = "FAKE-KEY-DONT-KEEP-THIS-YOU-SHOULD-SET-A-NEW-ONE"

BASE_DIR = Path(__file__).resolve().parent.parent

Expand Down

0 comments on commit 9bea722

Please sign in to comment.