Màj Django 5.0
This commit is contained in:
parent
b8b7394e3d
commit
64f9b09e00
|
@ -68,9 +68,6 @@ LANGUAGE_CODE = 'fr'
|
||||||
TIME_ZONE = 'Europe/Zurich'
|
TIME_ZONE = 'Europe/Zurich'
|
||||||
|
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
|
|
||||||
USE_L10N = True
|
|
||||||
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
django<5.0
|
django<5.1
|
||||||
pillow
|
pillow
|
||||||
psycopg
|
psycopg
|
||||||
easy-thumbnails==2.8.1
|
easy-thumbnails==2.8.5
|
||||||
|
|
Loading…
Reference in a new issue