Skip to content

Commit

Permalink
Regenerated examples for ced12e5
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 8, 2024
1 parent ced12e5 commit 4755da0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/default/.copier/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 5e0506e
_commit: 865e23a
_src_path: .
admin_email: admin@example.com
author_name: John Doe
Expand Down
2 changes: 1 addition & 1 deletion examples/default/default/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="cf6146d5f0712a7f7dd8445b4c30367a7278780a5fafe78bbc5c9a8a0840e9f8",
default="a14ca186dbbdc68e8a63dce77341f7227cbb6fe7f61df1e0aa99ba2811d3affb",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down
2 changes: 1 addition & 1 deletion examples/default/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ boto3
coverage[toml]
croniter
django<5.0
django-allauth
django-allauth[socialaccount]
django-browser-reload
django-click
django-coverage-plugin
Expand Down
2 changes: 1 addition & 1 deletion examples/postgis/.copier/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: e9141dd
_commit: c33a6c1
_src_path: .
admin_email: admin@example.com
author_name: John Doe
Expand Down
2 changes: 1 addition & 1 deletion examples/postgis/default/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="7efc3005c1997db846a6b251df00edd31479f9a06f4e1d60a26f48e8f4e0864a",
default="2e1fb553a2a0c440b82f2ee258c6a45d3bbc846691b0154e51d259bac8542ba5",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down
2 changes: 1 addition & 1 deletion examples/postgis/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ boto3
coverage[toml]
croniter
django<5.0
django-allauth
django-allauth[socialaccount]
django-browser-reload
django-click
django-coverage-plugin
Expand Down
2 changes: 1 addition & 1 deletion examples/with_vite/.copier/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: bec5471
_commit: 2dbf866
_src_path: .
admin_email: admin@example.com
author_name: John Doe
Expand Down
2 changes: 1 addition & 1 deletion examples/with_vite/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ boto3
coverage[toml]
croniter
django<5.0
django-allauth
django-allauth[socialaccount]
django-browser-reload
django-click
django-coverage-plugin
Expand Down
2 changes: 1 addition & 1 deletion examples/with_vite/with_vite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="06db25d76c6a1fb968d31d06925534f46ec1075ebbeefe264cd2efbc8e8e9ea4",
default="1352e6124f5afef6a08e9f894026b8815a973aa2d75e31dc8d7af14d421adc27",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down

0 comments on commit 4755da0

Please sign in to comment.