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"),
]
WAGTAILSIMPLETRANSLATION_SYNC_PAGE_TREE = True
WAGTAILSIMPLETRANSLATION_SYNC_PAGE_TREE = False
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.0/howto/static-files/