Skip to content

Commit

Permalink
add secret_key to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jun 5, 2024
1 parent a828de0 commit f8921e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@
]

STATIC_URL = "static/"

SECRET_KEY = "fake"
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@

STATIC_URL = "static/"

SECRET_KEY = "fake"

routine(
"deploy",
_("Deploy the site application into production."),
Expand Down

0 comments on commit f8921e7

Please sign in to comment.