rebelstuff

Keep track of your stuff
git clone https://git.ce9e.org/rebelstuff.git

commit
650ce8f1a67f95f37617aa4785f972df3df93cfb
parent
eaf5aa3056444760f0d7579be5c31600943c0389
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-08 10:46
rm deprecated USE_L10N

Diffstat

M settings/base.py 2 --

1 files changed, 0 insertions, 2 deletions


diff --git a/settings/base.py b/settings/base.py

@@ -88,8 +88,6 @@ TIME_ZONE = 'UTC'
   88    88 
   89    89 USE_I18N = True
   90    90 
   91    -1 USE_L10N = True
   92    -1 
   93    91 USE_TZ = True
   94    92 
   95    93