diff --git a/iamkonstantin_web/settings/base.py b/iamkonstantin_web/settings/base.py index d3cff38..a978cde 100644 --- a/iamkonstantin_web/settings/base.py +++ b/iamkonstantin_web/settings/base.py @@ -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/ diff --git a/requirements.txt b/requirements.txt index 04fcbe1..2f1f0bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ wagtail>=6.3.1,<6.4 whitenoise>=6.6,<7.0 wagtailcodeblock>=1.29.0.2,<2.0 django-tailwind>=3.6.0 -django-browser-reload>=1.12 +django-browser-reload>=1.17 Wand==0.6.13 wagtail-seo==2.5.0 \ No newline at end of file