Skip to content

Commit 3aad2f5

Browse files
author
GitHub Actions
committed
Regenerated examples for ad65d49
1 parent ad65d49 commit 3aad2f5

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
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: adda756
2+
_commit: 73a5261
33
_src_path: .
44
admin_email: [email protected]
55
author_email: [email protected]

examples/default/Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ lint:
4747
# Generate lockfiles for all dependencies
4848
lock:
4949
@just py lock
50+
@just docs lock
5051
@just node lock
5152

5253
# Print out the logs of all Docker containers, optionally specifying a container to focus on
@@ -127,8 +128,7 @@ up:
127128
# Update local development environment
128129
update:
129130
@just docker pull
130-
@just py lock
131-
@just node lock
131+
@just lock
132132
@just bootstrap
133133

134134
# Upgrade all dependencies to their newest versions

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="2a199048e40dd403fd4cb1a9d93f8ffcb989ac85ec1580e4177f25d090789011",
233+
default="952afaa9efde31ea7ac720b238b87a20e8179609a51304f76bd84f5c980ece24",
234234
)
235235

236236
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

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: 83b8114
2+
_commit: f045151
33
_src_path: .
44
admin_email: [email protected]
55
author_email: [email protected]

examples/postgis/Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ lint:
4747
# Generate lockfiles for all dependencies
4848
lock:
4949
@just py lock
50+
@just docs lock
5051
@just node lock
5152

5253
# Print out the logs of all Docker containers, optionally specifying a container to focus on
@@ -127,8 +128,7 @@ up:
127128
# Update local development environment
128129
update:
129130
@just docker pull
130-
@just py lock
131-
@just node lock
131+
@just lock
132132
@just bootstrap
133133

134134
# Upgrade all dependencies to their newest versions

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="fca932351d630cb74cea7e6fa1195c4342242d885e42275f36bbc393b13c544f",
233+
default="06e34e279a5c8bfb79a6291c5e2d73c25da8204d81c0e9ccc5b342e861e39bf0",
234234
)
235235

236236
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

examples/with_vite/.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: c200599
2+
_commit: 0ce1972
33
_src_path: .
44
admin_email: [email protected]
55
author_email: [email protected]

examples/with_vite/Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ lint:
4747
# Generate lockfiles for all dependencies
4848
lock:
4949
@just py lock
50+
@just docs lock
5051
@just node lock
5152

5253
# Print out the logs of all Docker containers, optionally specifying a container to focus on
@@ -127,8 +128,7 @@ up:
127128
# Update local development environment
128129
update:
129130
@just docker pull
130-
@just py lock
131-
@just node lock
131+
@just lock
132132
@just bootstrap
133133

134134
# Upgrade all dependencies to their newest versions

examples/with_vite/with_vite/settings.py

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

232232
SECRET_KEY = env.str(
233233
"SECRET_KEY",
234-
default="624fc692451e0b33b6566e8195057045d56fd43bca97af5a8633503499015a5d",
234+
default="7b328f6a35e2050a546900c8f9b62d5b9376b3bf5fdefd40bc058c0b25146823",
235235
)
236236

237237
SECURE_HSTS_INCLUDE_SUBDOMAINS = not DEBUG

0 commit comments

Comments
 (0)