Browse Source

Upgrade Django settings for Django 5.0

Thibaud Colas 1 year ago
parent
commit
129278ae1b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      bakerydemo/settings/base.py

+ 0 - 2
bakerydemo/settings/base.py

@@ -159,8 +159,6 @@ TIME_ZONE = "UTC"
 
 USE_I18N = True
 
-USE_L10N = True
-
 USE_TZ = True