From 8031f51db4b9e932b6088203c8f896f373a9d2c3 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 28 Jun 2007 08:41:53 +0000 Subject: [PATCH] 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 --- ietf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/settings.py b/ietf/settings.py index c898ba49e9..bdfe4fe951 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -51,7 +51,7 @@ # 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/"