Skip to content

Commit 63be196

Browse files
author
GitHub Actions
committed
Regenerated examples for 48c29a4
1 parent 48c29a4 commit 63be196

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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="82261d96a0865434638807470cd37c135dc82fef290953b819d4888aa617b2fa",
264+
default="08965649ca036b5b3a14ef1f87b5e92a21504aa004b433b78346f9c3809de7ff",
265265
)
266266

267267
SECURE_HSTS_INCLUDE_SUBDOMAINS = PROD

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="0ca095500fc5e7af1d1798814299cf2306077f244857260c4330ec1804aa226b",
264+
default="79fa875b68dd79a737663542900382b887ca78a6a3407f8acd76a2bbf440315a",
265265
)
266266

267267
SECURE_HSTS_INCLUDE_SUBDOMAINS = PROD

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="345595c453d5d2d831e32be8b7a0374998a83673add289ad24d9547f920fa1b3",
265+
default="e316e18d4a7edcd5fb799019d97fefb1cf5685debd7f3d77060489577822440f",
266266
)
267267

268268
SECURE_HSTS_INCLUDE_SUBDOMAINS = PROD

0 commit comments

Comments
 (0)