We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045d41b commit 0539390Copy full SHA for 0539390
2 files changed
ietf/__init__.py
@@ -4,6 +4,6 @@
4
5
__date__ = "$Date$"
6
7
-__rev__ = "$Rev$"
+__rev__ = "$Rev$ (dev) Latest release: Rev. 7868 "
8
9
__id__ = "$Id$"
ietf/settings.py
@@ -19,7 +19,7 @@
19
import sys
20
sys.path.append(os.path.abspath(BASE_DIR + "/.."))
21
22
-DEBUG = False
+DEBUG = True
23
TEMPLATE_DEBUG = DEBUG
24
25
# Domain name of the IETF
@@ -238,7 +238,7 @@ def skip_suspicious_operations(record):
238
# Valid values:
239
# 'production', 'test', 'development'
240
# Override this in settings_local.py if it's not true
241
-SERVER_MODE = 'production'
+SERVER_MODE = 'development'
242
243
# The name of the method to use to invoke the test suite
244
TEST_RUNNER = 'ietf.utils.test_runner.IetfTestRunner'
0 commit comments