Skip to content

Commit

Permalink
Regenerated examples for 1befe30
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 22, 2024
1 parent 1befe30 commit f20768d
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.25-4-g47d6194
_commit: 561bf11
_src_path: .
admin_email: [email protected]
author_name: John Doe
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 @@ -229,7 +229,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="af9442aaee4996365c139587187700ddb04ade378bde5b3fda6c5fa09e1058d5",
default="7dd638f70d090c5ad6cc87cf0da30148ed83afe5cea2a634c271079d3ee69984",
)

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.25-4-g2f61e7a
_commit: 5e10c36
_src_path: .
admin_email: [email protected]
author_name: John Doe
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 @@ -229,7 +229,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="89e56dc1b11921ccf0ddc62efc6cf9175337b314fa5c42f9289abdeed2beb1d1",
default="8e55e635e2c39f6dec0b50c55e67312aa9b239cd0ce7dcc467aaca3a617654d7",
)

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.25-4-gac13eb8
_commit: b4a0690
_src_path: .
admin_email: [email protected]
author_name: John Doe
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 @@ -230,7 +230,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="a9945879c7758928ebc1ae8bc968dbbc34a9ec677a19c9e5036776eeddd7f917",
default="6ba2601241e16f8e4df4034e4acfd5dbe3b1520ceb09d67444bb0de6a7868b99",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down

0 comments on commit f20768d

Please sign in to comment.