From 7ca91098fac9d313bdac0946453705ebc834d837 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 10 Jul 2010 10:07:49 -0500 Subject: Turn off L10N and I18N Signed-off-by: Dan McGee --- settings.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index c7fda80..cbd79cd 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 -- cgit v1.2.3-24-g4f1b