fix: stop auto-tree updates for i18n, pip updates
This commit is contained in:
parent
9db1c5a8fe
commit
6e63965602
2 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue