Skip to content

Commit

Permalink
Regenerated examples for bcea871
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jul 18, 2024
1 parent bcea871 commit 9df8a97
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.33-5-g0451328
_commit: cbcf7d8
_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="c15550808e31966feeea58000fe87d402df9f0e8ab2913e354eec39469dfaa46",
default="d8d4953ee2089f9965fe8435692d80658788485ab4a9c65ccd3ebb3c94c960b0",
)

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.33-5-gdb7ad14
_commit: 71cdee7
_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="51921717677b09f444040aae09090c3dee38a022b46667248e5678724e561bb9",
default="53f858b7dd8a93bdaa3038e61bc2822549a7997e274707f0014a54630dae1572",
)

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.33-5-g8736b49
_commit: 2dcebd5
_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="590b36262db525a028d4d7d68d043134e2fdc0240dcf71d28c61e15d3a44307a",
default="737b4b262400e801140613d07b7edc51fdda76376af2f7d679702715c5222aa6",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down

0 comments on commit 9df8a97

Please sign in to comment.