[damned-lies/develop: 2/2] merge: update django version to 4.1




commit 58d1b10feef5a1db2e36dcb9fd76b62f9a41da9e
Merge: 142344b8 c1f46ee3
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Thu Sep 8 12:00:18 2022 +0200

    merge: update django version to 4.1

 damnedlies/settings.py | 1 -
 requirements.txt       | 2 +-
 vertimus/views.py      | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)
---
diff --cc damnedlies/settings.py
index 108ce8fe,c69ce388..86436fae
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@@ -54,8 -55,7 +54,7 @@@ LANGUAGES = global_settings.LANGUAGES 
  ]
  
  USE_I18N = True
- USE_L10N = True
 -LOCALE_PATHS = [BASE_DIR / 'locale']
 +LOCALE_PATHS = [BASE_DIR / "locale"]
  
  USE_TZ = True
  


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]