Skip to content

Commit

Permalink
Regenerated examples for 5693fbb
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 9, 2024
1 parent 5693fbb commit 41ecfed
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.46-5-g5952d71
_commit: 85a1d8e
_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="305334f506c5733a0471501d2303325c90cb1db860892f84b146c7a9af662892",
default="4ad2588a731dafc3bb3c6f25f1163cc0b51f81a507557c1257d492611bc791f8",
)

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.46-5-g7080c2f
_commit: 61c8ee8
_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="8773a809f0c617d56a7d7cedb7dc6eb906b4b546cf4f9c3456a3087205b63eda",
default="bab849b47fe7456e5fa4bddb93393d15f68aeefcd52d556f4d22757e626afdbf",
)

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.46-5-g4b76abc
_commit: 3c458b2
_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="4678cef11a6a557b2480110a95f1d03355a80b692ba77c24ef326c78a1590af9",
default="48d6657ceac1de5f304cb836e11627d9d6765a94e7d8ec96e39985656d148b7c",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down

0 comments on commit 41ecfed

Please sign in to comment.