Skip to content

Commit

Permalink
Regenerated examples for 6b71726
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 7, 2024
1 parent 6b71726 commit c19a8c7
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: e3c5402
_commit: 40d2aed
_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="185452e134aec450e74101d1da9ad8657daea30c1f622e59bfb2e67b4fa35221",
default="b813ec1cdaf555b1de80e564e92f95bcbc927b5918947016f49b972727ce3940",
)

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: 5eb9566
_commit: d7abf25
_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="01ec87f0c5be1c6639ded7dfb9ed5f021af6622e3054d1b0684adeb5b58b1ae3",
default="fdd77ee3103ac68a2c153ed3bd50936c1684d26fe6e5efd945479c24eb6ef5a0",
)

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: 701ac00
_commit: f2968d0
_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="e8c116f28f5beb196e07dd71c1270043deed6e6dc729edda3399ad3485c042be",
default="fe1d783ac25f94843b7b8b3934d52001b2cfeda97d1c69eefdb3519fe30f34ae",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down

0 comments on commit c19a8c7

Please sign in to comment.