Skip to content

Commit f17fa62

Browse files
author
GitHub Actions
committed
Regenerated examples for df01103
1 parent df01103 commit f17fa62

File tree

15 files changed

+12
-15
lines changed

15 files changed

+12
-15
lines changed

examples/default/.copier/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: 8a94b19
2+
_commit: f8672ee
33
_src_path: .
44
admin_email: admin@example.com
55
author_email: jdoe@example.com

examples/default/.just/documentation.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build LOCATION="docs/_build/html": cog
1616
# Install documentation dependencies
1717
[no-cd]
1818
install *ARGS:
19-
$python -m uv pip sync {{ ARGS }} docs/requirements.txt
19+
$python -m uv pip install {{ ARGS }} docs/requirements.txt
2020

2121
# Generate documentation requirements
2222
[no-cd]

examples/default/.just/python.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ coverage-report: test
2727
# Install dependencies
2828
[no-cd]
2929
install *ARGS:
30-
$python -m uv pip sync {{ ARGS }} requirements.txt requirements.dev.txt
30+
$python -m uv pip install {{ ARGS }} requirements.txt requirements.dev.txt
3131

3232
# Generate requirements.txt file
3333
[no-cd]

examples/default/default/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231
SECRET_KEY = env.str(
232232
"SECRET_KEY",
233-
default="d597cbbf5895a39b266f86a652be9255f84122868ad4b06e74810ec9874e3b77",
233+
default="9ad065fdf7f6cd4f1770614b143eb34c7bed157a28944183d9f9350885b9f9f1",
234234
)
235235

236236
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

examples/default/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ dev = [
6262
"ipython",
6363
"model_bakery",
6464
"mypy",
65-
"pip",
6665
"playwright==1.45.0",
6766
"pre-commit",
6867
"pytest",

examples/postgis/.copier/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: a868025
2+
_commit: 1948d02
33
_src_path: .
44
admin_email: admin@example.com
55
author_email: jdoe@example.com

examples/postgis/.just/documentation.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build LOCATION="docs/_build/html": cog
1616
# Install documentation dependencies
1717
[no-cd]
1818
install *ARGS:
19-
$python -m uv pip sync {{ ARGS }} docs/requirements.txt
19+
$python -m uv pip install {{ ARGS }} docs/requirements.txt
2020

2121
# Generate documentation requirements
2222
[no-cd]

examples/postgis/.just/python.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ coverage-report: test
2727
# Install dependencies
2828
[no-cd]
2929
install *ARGS:
30-
$python -m uv pip sync {{ ARGS }} requirements.txt requirements.dev.txt
30+
$python -m uv pip install {{ ARGS }} requirements.txt requirements.dev.txt
3131

3232
# Generate requirements.txt file
3333
[no-cd]

examples/postgis/default/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231
SECRET_KEY = env.str(
232232
"SECRET_KEY",
233-
default="a08dfa51696a941eeda3ec0886a991fd2c739e5f74067d5ab2db6b5a183688f9",
233+
default="c0038ad1c6e3eaa39a35060a60d4afddca64e1bbd2007762f20ff13ed0969e60",
234234
)
235235

236236
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

examples/postgis/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ dev = [
6262
"ipython",
6363
"model_bakery",
6464
"mypy",
65-
"pip",
6665
"playwright==1.45.0",
6766
"pre-commit",
6867
"pytest",

0 commit comments

Comments
 (0)