Skip to content

Commit 236feef

Browse files
author
GitHub Actions
committed
Regenerated examples for 2be9f8e
1 parent 2be9f8e commit 236feef

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="6127ee687c1fbf729bba0a000cc0e573a62f0fe0fbff42d51e36409268adeca0",
264+
default="2e4d8024164dd38f96520afc24c76b765dff35039ed39a623b34153bd126db08",
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="1d710204b6067017bc2d54cad8a650838ea7b5d54f81f5b4dece86fc31d78aec",
264+
default="b53cda02e7d1baec13b229c95a152311b4faa7cc56fc1810c2ba81ca17fba225",
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="d881bd66af1f6d48e935a449722796140bb0a9b5421a61d554154942855b2c48",
265+
default="48b4201de23999f053a4f3628d0e22e0e3645869d334d528280d15dd511f6e39",
266266
)
267267

268268
SECURE_HSTS_INCLUDE_SUBDOMAINS = PROD

0 commit comments

Comments
 (0)