Skip to content

Commit 5f45884

Browse files
authored
Fix deployment and bump Django to v5.2.8 (#373)
1 parent 7934743 commit 5f45884

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

deploy/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ inventory = inventory
44
vault_password_file = ./echo-vault-pass.sh
55

66
any_errors_fatal = true
7-
error_on_undefined_vars = true
87

98
# Make errors more readable
109
# human-readable stdout/stderr results display
1110
result_format=yaml
11+
callback_result_format = yaml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"census>=0.8.24",
1414
"click>=8.2.0",
1515
"dj-database-url>=3.0.0",
16-
"django>=5.2.0",
16+
"django>=5.2.8",
1717
"django-ckeditor-5>=0.2.15",
1818
"django-click>=2.4.1",
1919
"django-crispy-forms>=2.4.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)