diff --git a/common/settings.py b/common/settings.py index 440f6fb..2709703 100644 --- a/common/settings.py +++ b/common/settings.py @@ -68,9 +68,6 @@ LANGUAGE_CODE = 'fr' TIME_ZONE = 'Europe/Zurich' USE_I18N = True - -USE_L10N = True - USE_TZ = True STATIC_URL = '/static/' diff --git a/requirements.txt b/requirements.txt index 5d4e4cd..6253d14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django<5.0 +django<5.1 pillow psycopg -easy-thumbnails==2.8.1 +easy-thumbnails==2.8.5