Màj Django 5.0

This commit is contained in:
Claude Paroz 2023-12-30 15:15:15 +01:00
parent b8b7394e3d
commit 64f9b09e00
2 changed files with 2 additions and 5 deletions

View File

@ -68,9 +68,6 @@ LANGUAGE_CODE = 'fr'
TIME_ZONE = 'Europe/Zurich'
USE_I18N = True
USE_L10N = True
USE_TZ = True
STATIC_URL = '/static/'

View File

@ -1,4 +1,4 @@
django<5.0
django<5.1
pillow
psycopg
easy-thumbnails==2.8.1
easy-thumbnails==2.8.5