We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7d97b commit 374e77bCopy full SHA for 374e77b
2 files changed
ietf/__init__.py
@@ -1,9 +1,9 @@
1
# Copyright The IETF Trust 2007, All Rights Reserved
2
3
-__version__ = "6.0.2"
+__version__ = "6.0.3.dev0"
4
5
__date__ = "$Date$"
6
7
-__rev__ = "$Rev$"
+__rev__ = "$Rev$ (dev) Latest release: Rev. 9577 "
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