We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e94df commit 02dcb7cCopy full SHA for 02dcb7c
2 files changed
ietf/__init__.py
@@ -1,9 +1,9 @@
1
# Copyright The IETF Trust 2007, All Rights Reserved
2
3
-__version__ = "3.62-dev"
+__version__ = "3.62"
4
5
__date__ = "$Date$"
6
7
-__rev__ = "$Rev$ (dev) Latest release: Rev. 3451 "
+__rev__ = "$Rev$"
8
9
__id__ = "$Id$"
ietf/settings.py
@@ -11,7 +11,7 @@
11
12
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
13
14
-DEBUG = True
+DEBUG = False
15
TEMPLATE_DEBUG = DEBUG
16
17
# Domain name of the IETF
@@ -155,7 +155,7 @@
155
# Valid values:
156
# 'production', 'test', 'development'
157
# Override this in settings_local.py if it's not true
158
-SERVER_MODE = 'development'
+SERVER_MODE = 'production'
159
160
# The name of the method to use to invoke the test suite
161
TEST_RUNNER = 'ietf.utils.test_runner.run_tests'
0 commit comments