From 64f9b09e0094ae9dc9b8a5aa119ea4b7cd1042cc Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 30 Dec 2023 15:15:15 +0100 Subject: [PATCH] =?UTF-8?q?M=C3=A0j=20Django=205.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/settings.py | 3 --- requirements.txt | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) 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