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