Skip to content

Commit

Permalink
Regenerated examples for 7f02715
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 5, 2024
1 parent 7f02715 commit a855df3
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.43-7-ge35e522
_commit: 5d16d59
_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="3e8b7dd31397cf88f629a9772904c2ce44323095f84ce0116dc206090a7a1735",
default="14257c93b5e55e1b15a710e479db3ecfb3463d3f642e36c0a8281ca5b0de3e99",
)

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.43-7-g50213a6
_commit: 4d9c651
_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="8b0099803a55b345739c4f98c62a5c1e7732d793349be130d3afcf97174d4e18",
default="230c5902cbe0a60e6228930964212abce11a448c9f6a19a30703342104d8dd8c",
)

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.43-7-g6101c25
_commit: edf628a
_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="8bceba9708f602297601a40b1effcd3696b86d166fbdd695250af988728d01a1",
default="d23f557ebae9352b584729b48f0be1c5e9f99518bc1229bf12c6d8af76782c86",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down

0 comments on commit a855df3

Please sign in to comment.