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.6.2 "
3+ __version__ = "5.6.3-dev0 "
44
55__date__ = "$Date$"
66
7- __rev__ = "$Rev$"
7+ __rev__ = "$Rev$ (dev) Latest release: Rev. 8168 "
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 = False
22+ DEBUG = True
2323TEMPLATE_DEBUG = DEBUG
2424
2525# Domain name of the IETF
@@ -240,7 +240,7 @@ def skip_suspicious_operations(record):
240240# Valid values:
241241# 'production', 'test', 'development'
242242# Override this in settings_local.py if it's not true
243- SERVER_MODE = 'production '
243+ SERVER_MODE = 'development '
244244
245245# The name of the method to use to invoke the test suite
246246TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'
You can’t perform that action at this time.
0 commit comments