File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Copyright The IETF Trust 2007, All Rights Reserved
22
3- __version__ = "5.8.0 "
3+ __version__ = "5.8.1-dev0 "
44
55__date__ = "$Date$"
66
7- __rev__ = "$Rev$"
7+ __rev__ = "$Rev$ (dev) Latest release: Rev. 8755 "
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
@@ -252,7 +252,7 @@ def skip_unreadable_post(record):
252252# Valid values:
253253# 'production', 'test', 'development'
254254# Override this in settings_local.py if it's not true
255- SERVER_MODE = 'production '
255+ SERVER_MODE = 'development '
256256
257257# The name of the method to use to invoke the test suite
258258TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'
You can’t perform that action at this time.
0 commit comments