Skip to content

Commit 48baaa1

Browse files
committed
Set version info and settings back to development mode
- Legacy-Id: 4656
1 parent 8ff61de commit 48baaa1

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 -*-
22
# Copyright The IETF Trust 2007, All Rights Reserved
33

4-
__version__ = "4.32"
4+
__version__ = "4.33-dev"
55

66
__date__ = "$Date$"
77

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

1010
__id__ = "$Id$"

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
sys.path.append(os.path.abspath(BASE_DIR + "/.."))
1515
sys.path.append(os.path.abspath(BASE_DIR + "/../redesign"))
1616

17-
DEBUG = False
17+
DEBUG = True
1818
TEMPLATE_DEBUG = DEBUG
1919

2020
# Domain name of the IETF
@@ -177,7 +177,7 @@
177177
# Valid values:
178178
# 'production', 'test', 'development'
179179
# Override this in settings_local.py if it's not true
180-
SERVER_MODE = 'production'
180+
SERVER_MODE = 'development'
181181

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

0 commit comments

Comments
 (0)