diff options
author | 2022-09-30 16:20:18 +0200 | |
---|---|---|
committer | 2022-09-30 16:20:18 +0200 | |
commit | fca03d31cea78a793fda8b2d2764ada83a4c08dd (patch) | |
tree | f72b166c17fac7003c966fc4f943d42812425baf /pydis_site/settings.py | |
parent | Merge #770 - add a collection of keywords per rule (diff) | |
parent | Merge branch 'main' into fix-warnings (diff) |
Merge pull request #768 from python-discord/fix-warnings
Fix Warnings & Enable In Tests
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index bbf1d3aa..e08a2630 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -200,7 +200,6 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'en-us' TIME_ZONE = 'UTC' USE_I18N = True -USE_L10N = True USE_TZ = True # Static files (CSS, JavaScript, Images) |