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:
parent
ca820b5e0a
commit
8031f51db4
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue