Skip to content

Commit

Permalink
Regenerated examples for d76572c
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 5, 2024
1 parent d76572c commit 4cff516
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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: 5d16d59
_commit: adda756
_src_path: .
admin_email: [email protected]
author_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion examples/default/.just/documentation.just
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build LOCATION="docs/_build/html": cog
# Install documentation dependencies
[no-cd]
install *ARGS:
$python -m uv pip install {{ ARGS }} docs/requirements.txt
$python -m uv pip install {{ ARGS }} -r docs/requirements.txt

# Generate documentation requirements
[no-cd]
Expand Down
2 changes: 1 addition & 1 deletion examples/default/.just/python.just
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coverage-report: test
# Install dependencies
[no-cd]
install *ARGS:
$python -m uv pip install {{ ARGS }} requirements.txt requirements.dev.txt
$python -m uv pip install {{ ARGS }} -r requirements.txt -r requirements.dev.txt

# Generate requirements.txt file
[no-cd]
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 @@ -230,7 +230,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="14257c93b5e55e1b15a710e479db3ecfb3463d3f642e36c0a8281ca5b0de3e99",
default="2a199048e40dd403fd4cb1a9d93f8ffcb989ac85ec1580e4177f25d090789011",
)

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: 4d9c651
_commit: 83b8114
_src_path: .
admin_email: [email protected]
author_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion examples/postgis/.just/documentation.just
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build LOCATION="docs/_build/html": cog
# Install documentation dependencies
[no-cd]
install *ARGS:
$python -m uv pip install {{ ARGS }} docs/requirements.txt
$python -m uv pip install {{ ARGS }} -r docs/requirements.txt

# Generate documentation requirements
[no-cd]
Expand Down
2 changes: 1 addition & 1 deletion examples/postgis/.just/python.just
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coverage-report: test
# Install dependencies
[no-cd]
install *ARGS:
$python -m uv pip install {{ ARGS }} requirements.txt requirements.dev.txt
$python -m uv pip install {{ ARGS }} -r requirements.txt -r requirements.dev.txt

# Generate requirements.txt file
[no-cd]
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 @@ -230,7 +230,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="230c5902cbe0a60e6228930964212abce11a448c9f6a19a30703342104d8dd8c",
default="fca932351d630cb74cea7e6fa1195c4342242d885e42275f36bbc393b13c544f",
)

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: edf628a
_commit: c200599
_src_path: .
admin_email: [email protected]
author_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion examples/with_vite/.just/documentation.just
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build LOCATION="docs/_build/html": cog
# Install documentation dependencies
[no-cd]
install *ARGS:
$python -m uv pip install {{ ARGS }} docs/requirements.txt
$python -m uv pip install {{ ARGS }} -r docs/requirements.txt

# Generate documentation requirements
[no-cd]
Expand Down
2 changes: 1 addition & 1 deletion examples/with_vite/.just/python.just
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ coverage-report: test
# Install dependencies
[no-cd]
install *ARGS:
$python -m uv pip install {{ ARGS }} requirements.txt requirements.dev.txt
$python -m uv pip install {{ ARGS }} -r requirements.txt -r requirements.dev.txt

# Generate requirements.txt file
[no-cd]
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 @@ -231,7 +231,7 @@

SECRET_KEY = env.str(
"SECRET_KEY",
default="d23f557ebae9352b584729b48f0be1c5e9f99518bc1229bf12c6d8af76782c86",
default="624fc692451e0b33b6566e8195057045d56fd43bca97af5a8633503499015a5d",
)

SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG
Expand Down

0 comments on commit 4cff516

Please sign in to comment.