diff options
author | Dan McGee <dan@archlinux.org> | 2010-07-10 10:07:49 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-07-10 10:07:49 -0500 |
commit | 7ca91098fac9d313bdac0946453705ebc834d837 (patch) | |
tree | 62437d12595c87affcab535306e54581aabc4e95 | |
parent | 65e37349d3ce19b6856e82c75a5b323da8ec40ea (diff) |
Turn off L10N and I18N
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | settings.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.py b/settings.py index c7fda80c..cbd79cda 100644 --- a/settings.py +++ b/settings.py @@ -25,6 +25,14 @@ DEFAULT_CHARSET = 'utf-8' SITE_ID = 1 +# If you set this to False, Django will make some optimizations so as not +# to load the internationalization machinery. +USE_I18N = False + +# If you set this to False, Django will not format dates, numbers and +# calendars according to the current locale +USE_L10N = False + USE_ETAGS = False # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a |