We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3397b2d commit a51fe2cCopy full SHA for a51fe2c
2 files changed
ietf/__init__.py
@@ -1,9 +1,9 @@
1
# Copyright The IETF Trust 2007, All Rights Reserved
2
3
-__version__ = "6.0.1"
+__version__ = "6.0.2.dev0"
4
5
__date__ = "$Date$"
6
7
-__rev__ = "$Rev$"
+__rev__ = "$Rev$ (dev) Latest release: Rev. 9509 "
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
@@ -282,7 +282,7 @@ def skip_unreadable_post(record):
282
# Valid values:
283
# 'production', 'test', 'development'
284
# Override this in settings_local.py if it's not true
285
-SERVER_MODE = 'production'
+SERVER_MODE = 'development'
286
287
# The name of the method to use to invoke the test suite
288
TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'
0 commit comments