Skip to content

Commit 46099bc

Browse files
committed
Set version info to release version 4.00 before branching.
- Legacy-Id: 4176
1 parent 2e38672 commit 46099bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
__date__ = "$Date$"
66

7-
__rev__ = "$Rev: 3975"
7+
__rev__ = "$Rev$"
88

99
__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 = True
17+
DEBUG = False
1818
TEMPLATE_DEBUG = DEBUG
1919

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

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

0 commit comments

Comments
 (0)