aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2022-09-30 16:20:18 +0200
committerGravatar GitHub <[email protected]>2022-09-30 16:20:18 +0200
commitfca03d31cea78a793fda8b2d2764ada83a4c08dd (patch)
treef72b166c17fac7003c966fc4f943d42812425baf /pydis_site/settings.py
parentMerge #770 - add a collection of keywords per rule (diff)
parentMerge 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.py1
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)