Skip to content

Commit 918e5b3

Browse files
author
GitHub Actions
committed
Regenerated examples for ac1f47e
1 parent ac1f47e commit 918e5b3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: examples/default/.copier/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v2024.44-9-gc3b5f19
2+
_commit: 196d332
33
_src_path: .
44
admin_email: [email protected]
55
author_email: [email protected]

Diff for: examples/default/default/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231
SECRET_KEY = env.str(
232232
"SECRET_KEY",
233-
default="470d673777703034f337a0608b50b01d1d8feaee6fce2cfa3e0c95c8f8334ac2",
233+
default="cce326e612f6a1b78ad7bbfeb6d3dfc814847065dbe96e655f27cffe6bea8369",
234234
)
235235

236236
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

Diff for: examples/postgis/.copier/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v2024.44-9-g523370d
2+
_commit: 4d01cc4
33
_src_path: .
44
admin_email: [email protected]
55
author_email: [email protected]

Diff for: examples/postgis/default/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231
SECRET_KEY = env.str(
232232
"SECRET_KEY",
233-
default="8b446c3d5b82fac3da67c83815c76d436c8466371c2e8043aebfc2a02b527c4e",
233+
default="7f5fa0fb2633975aeaa91a0ac9ca4817e1e3560b5ff216a22ac9528bfcdc9849",
234234
)
235235

236236
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

Diff for: examples/with_vite/.copier/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v2024.44-9-g33797a2
2+
_commit: da64e16
33
_src_path: .
44
admin_email: [email protected]
55
author_email: [email protected]

Diff for: examples/with_vite/with_vite/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231

232232
SECRET_KEY = env.str(
233233
"SECRET_KEY",
234-
default="f82185862bcbf7a35c8701a0cf3af9160fc7869d46ade72f4ea18e7a4953d915",
234+
default="2e4fdbcad72349490394b1260685a81db19ae9d9dedd898ec12a3f0424d23680",
235235
)
236236

237237
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

0 commit comments

Comments
 (0)