diff --git a/examples/default/.copier/project.yml b/examples/default/.copier/project.yml index 5c7f9d7f..83f7615f 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.25-4-g47d6194 +_commit: 561bf11 _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 9f867eb5..2c123fe4 100644 --- a/examples/default/default/settings.py +++ b/examples/default/default/settings.py @@ -229,7 +229,7 @@ SECRET_KEY = env.str( "SECRET_KEY", - default="af9442aaee4996365c139587187700ddb04ade378bde5b3fda6c5fa09e1058d5", + default="7dd638f70d090c5ad6cc87cf0da30148ed83afe5cea2a634c271079d3ee69984", ) SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG diff --git a/examples/postgis/.copier/project.yml b/examples/postgis/.copier/project.yml index 0ad50d79..30ff9c04 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.25-4-g2f61e7a +_commit: 5e10c36 _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 6ba43e97..1302527c 100644 --- a/examples/postgis/default/settings.py +++ b/examples/postgis/default/settings.py @@ -229,7 +229,7 @@ SECRET_KEY = env.str( "SECRET_KEY", - default="89e56dc1b11921ccf0ddc62efc6cf9175337b314fa5c42f9289abdeed2beb1d1", + default="8e55e635e2c39f6dec0b50c55e67312aa9b239cd0ce7dcc467aaca3a617654d7", ) SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG diff --git a/examples/with_vite/.copier/project.yml b/examples/with_vite/.copier/project.yml index dd9f3dcb..0f4b5dfe 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.25-4-gac13eb8 +_commit: b4a0690 _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 64719c40..5249b93a 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="a9945879c7758928ebc1ae8bc968dbbc34a9ec677a19c9e5036776eeddd7f917", + default="6ba2601241e16f8e4df4034e4acfd5dbe3b1520ceb09d67444bb0de6a7868b99", ) SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG