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 1
1
# Copyright The IETF Trust 2007, All Rights Reserved
2
2
3
- __version__ = "2.19-dev "
3
+ __version__ = "2.19"
4
4
5
5
__date__ = "$Date$"
6
6
7
- __rev__ = "$Rev$ (dev) Latest release: Rev. 1354 "
7
+ __rev__ = "$Rev$"
8
8
9
9
__id__ = "$Id$"
Original file line number Diff line number Diff line change 11
11
12
12
BASE_DIR = os .path .dirname (os .path .abspath (__file__ ))
13
13
14
- DEBUG = True
14
+ DEBUG = False
15
15
TEMPLATE_DEBUG = DEBUG
16
16
17
17
# Domain name of the IETF
153
153
# Valid values:
154
154
# 'production', 'test', 'development'
155
155
# Override this in settings_local.py if it's not true
156
- SERVER_MODE = 'development '
156
+ SERVER_MODE = 'production '
157
157
158
158
# The name of the method to use to invoke the test suite
159
159
TEST_RUNNER = 'ietf.tests.run_tests'
You can’t perform that action at this time.
0 commit comments