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__ = "6.0.1.dev0 "
3+ __version__ = "6.0.1"
44
55__date__ = "$Date$"
66
7- __rev__ = "$Rev$ (dev) Latest release: Rev. 9481 "
7+ __rev__ = "$Rev$"
88
99__id__ = "$Id$"
Original file line number Diff line number Diff line change 2121
2222import datetime
2323
24- DEBUG = True
24+ DEBUG = False
2525TEMPLATE_DEBUG = DEBUG
2626
2727# Domain name of the IETF
@@ -282,7 +282,7 @@ def skip_unreadable_post(record):
282282# Valid values:
283283# 'production', 'test', 'development'
284284# Override this in settings_local.py if it's not true
285- SERVER_MODE = 'development '
285+ SERVER_MODE = 'production '
286286
287287# The name of the method to use to invoke the test suite
288288TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'
You can’t perform that action at this time.
0 commit comments