Skip to content

Commit 2c5e7fd

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 6670
1 parent 0f5b59d commit 2c5e7fd

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,10 +1,10 @@
11
# -*- coding: utf-8-no-bom -*-
22
# Copyright The IETF Trust 2007, All Rights Reserved
33

4-
__version__ = "4.83"
4+
__version__ = "4.84-dev"
55

66
__date__ = "$Date$"
77

8-
__rev__ = "$Rev$"
8+
__rev__ = "$Rev$ (dev) Latest release: Rev. 6668 "
99

1010
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
sys.path.append(os.path.abspath(BASE_DIR + "/.."))
2121
sys.path.append(os.path.abspath(BASE_DIR + "/../redesign"))
2222

23-
DEBUG = False
23+
DEBUG = True
2424
TEMPLATE_DEBUG = DEBUG
2525

2626
# Domain name of the IETF
@@ -224,7 +224,7 @@
224224
# Valid values:
225225
# 'production', 'test', 'development'
226226
# Override this in settings_local.py if it's not true
227-
SERVER_MODE = 'production'
227+
SERVER_MODE = 'development'
228228

229229
# The name of the method to use to invoke the test suite
230230
TEST_RUNNER = 'ietf.utils.test_runner.run_tests'

0 commit comments

Comments
 (0)