Skip to content

Commit c19a8c7

Browse files
author
GitHub Actions
committed
Regenerated examples for 6b71726
1 parent 6b71726 commit c19a8c7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/default/.copier/project.yml

Lines changed: 1 addition & 1 deletion
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: e3c5402
2+
_commit: 40d2aed
33
_src_path: .
44
admin_email: admin@example.com
55
author_email: jdoe@example.com

examples/default/default/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231
SECRET_KEY = env.str(
232232
"SECRET_KEY",
233-
default="185452e134aec450e74101d1da9ad8657daea30c1f622e59bfb2e67b4fa35221",
233+
default="b813ec1cdaf555b1de80e564e92f95bcbc927b5918947016f49b972727ce3940",
234234
)
235235

236236
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

examples/postgis/.copier/project.yml

Lines changed: 1 addition & 1 deletion
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: 5eb9566
2+
_commit: d7abf25
33
_src_path: .
44
admin_email: admin@example.com
55
author_email: jdoe@example.com

examples/postgis/default/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231
SECRET_KEY = env.str(
232232
"SECRET_KEY",
233-
default="01ec87f0c5be1c6639ded7dfb9ed5f021af6622e3054d1b0684adeb5b58b1ae3",
233+
default="fdd77ee3103ac68a2c153ed3bd50936c1684d26fe6e5efd945479c24eb6ef5a0",
234234
)
235235

236236
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

examples/with_vite/.copier/project.yml

Lines changed: 1 addition & 1 deletion
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: 701ac00
2+
_commit: f2968d0
33
_src_path: .
44
admin_email: admin@example.com
55
author_email: jdoe@example.com

examples/with_vite/with_vite/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231

232232
SECRET_KEY = env.str(
233233
"SECRET_KEY",
234-
default="e8c116f28f5beb196e07dd71c1270043deed6e6dc729edda3399ad3485c042be",
234+
default="fe1d783ac25f94843b7b8b3934d52001b2cfeda97d1c69eefdb3519fe30f34ae",
235235
)
236236

237237
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

0 commit comments

Comments
 (0)