dnscms: bump python to 3.14, bump deps, notably wagtail to 7.2

This commit is contained in:
2025-11-14 02:32:08 +01:00
parent b18f9ec54f
commit 16629a2fc0
8 changed files with 268 additions and 204 deletions
+3
View File
@@ -188,6 +188,9 @@ WAGTAILADMIN_BASE_URL = "http://example.com"
# Required by wagtail-grapple to make image URLs absolute
BASE_URL = "http://example.com"
# https://docs.wagtail.org/en/latest/releases/6.4.html#data-upload-max-number-fields-update
DATA_UPLOAD_MAX_NUMBER_FIELDS = 10_000
# GraphQL
GRAPHENE = {"SCHEMA": "grapple.schema.schema"}
GRAPPLE = {