Turning off I18N -- the new code is running slower on datatracker than the old one, going by the time the buildbot takes.

- Legacy-Id: 739
This commit is contained in:
Henrik Levkowetz 2007-06-28 08:41:53 +00:00
parent ca820b5e0a
commit 8031f51db4

View file

@ -51,7 +51,7 @@ SITE_ID = 1
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True
USE_I18N = False
# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"