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__ = "2.03-dev "
3+ __version__ = "2.03"
44
55__date__ = "$Date$"
66
7- __rev__ = "$Rev:$ (dev) Latest release: Rev. 838 "
7+ __rev__ = "$Rev:$"
88
99__id__ = "$Id$"
Original file line number Diff line number Diff line change 1212
1313BASE_DIR = os .path .dirname (os .path .abspath (__file__ ))
1414
15- DEBUG = True
15+ DEBUG = False
1616TEMPLATE_DEBUG = DEBUG
1717
1818ADMINS = (
152152# Valid values:
153153# 'production', 'test', 'development'
154154# Override this in settings_local.py if it's not true
155- SERVER_MODE = 'development '
155+ SERVER_MODE = 'production '
156156
157157# The name of the method to use to invoke the test suite
158158TEST_RUNNER = 'ietf.tests.run_tests'
You can’t perform that action at this time.
0 commit comments