Skip to content

Commit b35fadb

Browse files
author
GitHub Actions
committed
Regenerated examples for a5cf7cf
1 parent a5cf7cf commit b35fadb

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: 9c1c105
2+
_commit: d7c787a
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
@@ -261,7 +261,7 @@
261261

262262
SECRET_KEY = env.str(
263263
"SECRET_KEY",
264-
default="1ba89ad3d1b40651992ba654bf618c19a59db3e6a29b9dfaf0bf7fbfc99b7a16",
264+
default="280ee5759441f775fd72de4a305a725f57610e7f8905ceb698bc61de36f7c691",
265265
)
266266

267267
SECURE_HSTS_INCLUDE_SUBDOMAINS = PROD

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: 744421c
2+
_commit: 0d950bd
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
@@ -261,7 +261,7 @@
261261

262262
SECRET_KEY = env.str(
263263
"SECRET_KEY",
264-
default="d65d5dc32eaf5d3b341193c5947bbb2b760792a8169bf112ef4151f2e985be0e",
264+
default="141e1333747741663fa51214fbe83acb2ec4f18c2ac889d7935071b02ab8395c",
265265
)
266266

267267
SECURE_HSTS_INCLUDE_SUBDOMAINS = PROD

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: db20bb6
2+
_commit: 4bed617
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
@@ -262,7 +262,7 @@
262262

263263
SECRET_KEY = env.str(
264264
"SECRET_KEY",
265-
default="8beb9435b80bb7f9990f578fd69f593a9fd1b2c8718874ea7ab7da3b33727ae4",
265+
default="655d6be74bd2ecc1b0dfca6636cb8d124f6a99e71020b4497981582466534072",
266266
)
267267

268268
SECURE_HSTS_INCLUDE_SUBDOMAINS = PROD

0 commit comments

Comments
 (0)