We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3938001 commit 8df927fCopy full SHA for 8df927f
2 files changed
ietf/__init__.py
@@ -1,9 +1,9 @@
1
# Copyright The IETF Trust 2007, All Rights Reserved
2
3
-__version__ = "6.0.4.dev0"
+__version__ = "6.0.4"
4
5
__date__ = "$Date$"
6
7
-__rev__ = "$Rev$ (dev) Latest release: Rev. 9633 "
+__rev__ = "$Rev$"
8
9
__id__ = "$Id$"
ietf/settings.py
@@ -21,7 +21,7 @@
21
22
import datetime
23
24
-DEBUG = True
+DEBUG = False
25
TEMPLATE_DEBUG = DEBUG
26
27
# Domain name of the IETF
@@ -281,7 +281,7 @@ def skip_unreadable_post(record):
281
# Valid values:
282
# 'production', 'test', 'development'
283
# Override this in settings_local.py if it's not true
284
-SERVER_MODE = 'development'
+SERVER_MODE = 'production'
285
286
# The name of the method to use to invoke the test suite
287
TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'
0 commit comments