File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Copyright The IETF Trust 2007, All Rights Reserved
22
3- __version__ = "5.1.2-dev "
3+ __version__ = "5.2.0 "
44
55__date__ = "$Date$"
66
7- __rev__ = "$Rev$ (dev) Latest release: Rev. 7516 "
7+ __rev__ = "$Rev$"
88
99__id__ = "$Id$"
Original file line number Diff line number Diff line change 1919import sys
2020sys .path .append (os .path .abspath (BASE_DIR + "/.." ))
2121
22- DEBUG = True
22+ DEBUG = False
2323TEMPLATE_DEBUG = DEBUG
2424
2525# Domain name of the IETF
@@ -234,7 +234,7 @@ def skip_suspicious_operations(record):
234234# Valid values:
235235# 'production', 'test', 'development'
236236# Override this in settings_local.py if it's not true
237- SERVER_MODE = 'development '
237+ SERVER_MODE = 'production '
238238
239239# The name of the method to use to invoke the test suite
240240TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'
You can’t perform that action at this time.
0 commit comments