diff --git a/common/settings.py b/common/settings.py index 11d90b8..1150653 100644 --- a/common/settings.py +++ b/common/settings.py @@ -86,8 +86,6 @@ TIME_ZONE = 'Europe/Zurich' USE_I18N = True -USE_L10N = True - USE_TZ = True diff --git a/requirements.txt b/requirements.txt index b3d6efc..4839121 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -Django==3.1.7 -django-tinymce==3.2.0 +Django~=4.2 +django-tinymce==3.6.1 openpyxl==3.0.7 Pillow==8.1.2 reportlab==3.5.57