Skip to content

Commit

Permalink
Regenerated examples for 59ccbd3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 2, 2024
1 parent 59ccbd3 commit 4d0e8bd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/default/.copier/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v2024.42-5-gd15733f
_commit: a5fe4de
_src_path: .
admin_email: [email protected]
author_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion examples/default/default/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="db9f1735c14d1334a4257ed33f2291fd2481a502a200c8a14cf2bf52bf5b6ffa",
default="9c0064e5e618d58b821f1de8f632f484547c3a9c9b647b5233bcee7b0c18e262",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down
2 changes: 1 addition & 1 deletion examples/postgis/.copier/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v2024.42-5-g1f709c4
_commit: 659709e
_src_path: .
admin_email: [email protected]
author_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion examples/postgis/default/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="3bf03923fdd0b0b33ca53de61366649a9409ea8ddb3caffa780972c9cbfe99b8",
default="5de32808c4ecb01dfd807483715854d60e4503e24b2fcebb055fa8903b3702bb",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down
2 changes: 1 addition & 1 deletion examples/with_vite/.copier/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v2024.42-5-g6834673
_commit: 56d1ae0
_src_path: .
admin_email: [email protected]
author_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion examples/with_vite/with_vite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="0d20f0eb3b5dde1b6ab703274dd0d54a798e6eec2167f81742c67cedd346f617",
default="ef5bd46ae6539ed64cb7a770f8574350a4f73ccdd65a573851f3b212d18ea84d",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down

0 comments on commit 4d0e8bd

Please sign in to comment.