Turn off L10N and I18N

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2010-07-10 10:07:49 -05:00
parent 65e37349d3
commit 7ca91098fa

View File

@ -25,6 +25,14 @@
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