We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df927f commit cfe7442Copy full SHA for cfe7442
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"
+__version__ = "6.0.5.dev0"
4
5
__date__ = "$Date$"
6
7
-__rev__ = "$Rev$"
+__rev__ = "$Rev$ (dev) Latest release: Rev. 9689 "
8
9
__id__ = "$Id$"
ietf/settings.py
@@ -21,7 +21,7 @@
21
22
import datetime
23
24
-DEBUG = False
+DEBUG = True
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 = 'production'
+SERVER_MODE = 'development'
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