fix: stop auto-tree updates for i18n, pip updates

This commit is contained in:
Konstantin 2024-12-01 14:33:46 +01:00
parent 9db1c5a8fe
commit 6e63965602
Signed by: konstantin
GPG key ID: A128B78773E41ACE
2 changed files with 2 additions and 2 deletions

View file

@ -152,7 +152,7 @@ WAGTAIL_CONTENT_LANGUAGES = LANGUAGES = [
('nl', "Dutch"), ('nl', "Dutch"),
] ]
WAGTAILSIMPLETRANSLATION_SYNC_PAGE_TREE = True WAGTAILSIMPLETRANSLATION_SYNC_PAGE_TREE = False
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.0/howto/static-files/ # https://docs.djangoproject.com/en/5.0/howto/static-files/

View file

@ -3,6 +3,6 @@ wagtail>=6.3.1,<6.4
whitenoise>=6.6,<7.0 whitenoise>=6.6,<7.0
wagtailcodeblock>=1.29.0.2,<2.0 wagtailcodeblock>=1.29.0.2,<2.0
django-tailwind>=3.6.0 django-tailwind>=3.6.0
django-browser-reload>=1.12 django-browser-reload>=1.17
Wand==0.6.13 Wand==0.6.13
wagtail-seo==2.5.0 wagtail-seo==2.5.0