Skip to content

Commit

Permalink
Regenerated examples for 5379d5b
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 2, 2024
1 parent 5379d5b commit d2724b4
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 6 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: 1148f9e
_commit: 15f470d
_src_path: .
admin_email: [email protected]
author_name: John Doe
Expand Down
3 changes: 3 additions & 0 deletions examples/default/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ updates:
- "*"
exclude-patterns:
- "django-email-relay"
email-relay:
patterns:
- "django-email-relay"
- package-ecosystem: npm
directory: "/"
schedule:
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 @@ -223,7 +223,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="3942d919a017bceec6f2f8ad88320e3ae8a9a176e99069b6a98ff28279055554",
default="0516bb1d2c0f0edea8254e3e827183a1f4a93c37d69cdaaa18e559abc578a1c8",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
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: e372908
_commit: c7689b4
_src_path: .
admin_email: [email protected]
author_name: John Doe
Expand Down
3 changes: 3 additions & 0 deletions examples/postgis/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ updates:
- "*"
exclude-patterns:
- "django-email-relay"
email-relay:
patterns:
- "django-email-relay"
- package-ecosystem: npm
directory: "/"
schedule:
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 @@ -223,7 +223,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="f02b1e928a8a3d68f4285bf5e8b60f8769533e8afbd9eb50417c1abaaeac288b",
default="85e347c3df181bbd354301dc8b673dc147f4bc7fcf0f10f68df3591ad58e8ef5",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
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: 69d1745
_commit: a8a3a50
_src_path: .
admin_email: [email protected]
author_name: John Doe
Expand Down
3 changes: 3 additions & 0 deletions examples/with_vite/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ updates:
- "*"
exclude-patterns:
- "django-email-relay"
email-relay:
patterns:
- "django-email-relay"
- package-ecosystem: npm
directory: "/"
schedule:
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 @@ -224,7 +224,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="ec161190b6fb740d6d0a3a52781880fa673a0de81dd4d6bf2f46500454212c3e",
default="34125729e8f1391e5de3da0f38af1ca39cfb01648eff70e96f89117c16a1a1ba",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down

0 comments on commit d2724b4

Please sign in to comment.