Skip to content

Commit 8031f51

Browse files
committed
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
1 parent ca820b5 commit 8031f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# If you set this to False, Django will make some optimizations so as not
5353
# to load the internationalization machinery.
54-
USE_I18N = True
54+
USE_I18N = False
5555

5656
# Absolute path to the directory that holds media.
5757
# Example: "/home/media/media.lawrence.com/"

0 commit comments

Comments
 (0)