From c1b73d9cca9023fbe58934de1eb581818dc7d411 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 8 May 2024 23:17:59 +0000 Subject: [PATCH] Regenerated examples for 77e6daf --- examples/default/.copier/project.yml | 2 +- examples/default/default/settings.py | 2 +- examples/postgis/.copier/project.yml | 2 +- examples/postgis/default/settings.py | 2 +- examples/with_vite/.copier/project.yml | 2 +- examples/with_vite/with_vite/settings.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/default/.copier/project.yml b/examples/default/.copier/project.yml index 0ec350cb..8a516c9b 100644 --- a/examples/default/.copier/project.yml +++ b/examples/default/.copier/project.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2024.21-12-gd3ad591 +_commit: 5b167fb _src_path: . admin_email: admin@example.com author_name: John Doe diff --git a/examples/default/default/settings.py b/examples/default/default/settings.py index 1095fcd1..ae28440b 100644 --- a/examples/default/default/settings.py +++ b/examples/default/default/settings.py @@ -229,7 +229,7 @@ SECRET_KEY = env.str( "SECRET_KEY", - default="38c8a7945fb014c8f22753fe6c0a140fe6d75acca40339ce0b886413e80c28a7", + default="8c224663098abc04510f2f308116729c94ca9107c0461fe8bd67f963f1e81a69", ) SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG diff --git a/examples/postgis/.copier/project.yml b/examples/postgis/.copier/project.yml index 75d1d03b..185113d5 100644 --- a/examples/postgis/.copier/project.yml +++ b/examples/postgis/.copier/project.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2024.21-12-gfe486a5 +_commit: 01c8fb6 _src_path: . admin_email: admin@example.com author_name: John Doe diff --git a/examples/postgis/default/settings.py b/examples/postgis/default/settings.py index 708307e6..dd68b39d 100644 --- a/examples/postgis/default/settings.py +++ b/examples/postgis/default/settings.py @@ -229,7 +229,7 @@ SECRET_KEY = env.str( "SECRET_KEY", - default="536d180361c5bf002a5945df34de22e7489e0e8271639e448a52b32c6eed4d31", + default="84092e36e0ed99d559bf90575ec8ef898d727f0c4c7c2304cc8ea3a127d3fcdc", ) SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG diff --git a/examples/with_vite/.copier/project.yml b/examples/with_vite/.copier/project.yml index 43ab35e3..4cb79c6d 100644 --- a/examples/with_vite/.copier/project.yml +++ b/examples/with_vite/.copier/project.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2024.21-12-g4c5af27 +_commit: 2c07095 _src_path: . admin_email: admin@example.com author_name: John Doe diff --git a/examples/with_vite/with_vite/settings.py b/examples/with_vite/with_vite/settings.py index f94a9a16..d240f01c 100644 --- a/examples/with_vite/with_vite/settings.py +++ b/examples/with_vite/with_vite/settings.py @@ -230,7 +230,7 @@ SECRET_KEY = env.str( "SECRET_KEY", - default="303c82f8891e2fca44b889e839d9beffb0edd2f1052abd051782134bf092c152", + default="8db513b06e86ffdca27a6219b15a0384c19b515758cf2342a8fdba119b15e345", ) SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG