Skip to content

Commit 374e77b

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 9579
1 parent fe7d97b commit 374e77b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright The IETF Trust 2007, All Rights Reserved
22

3-
__version__ = "6.0.2"
3+
__version__ = "6.0.3.dev0"
44

55
__date__ = "$Date$"
66

7-
__rev__ = "$Rev$"
7+
__rev__ = "$Rev$ (dev) Latest release: Rev. 9577 "
88

99
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import datetime
2323

24-
DEBUG = False
24+
DEBUG = True
2525
TEMPLATE_DEBUG = DEBUG
2626

2727
# Domain name of the IETF
@@ -281,7 +281,7 @@ def skip_unreadable_post(record):
281281
# Valid values:
282282
# 'production', 'test', 'development'
283283
# Override this in settings_local.py if it's not true
284-
SERVER_MODE = 'production'
284+
SERVER_MODE = 'development'
285285

286286
# The name of the method to use to invoke the test suite
287287
TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'

0 commit comments

Comments
 (0)