File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# Copyright The IETF Trust 2007, All Rights Reserved
33
4- __version__ = "4.41 "
4+ __version__ = "4.42-dev "
55
66__date__ = "$Date$"
77
8- __rev__ = "$Rev$"
8+ __rev__ = "$Rev$ (dev) Latest release: Rev. 5470 "
99
1010__id__ = "$Id$"
Original file line number Diff line number Diff line change 1717sys .path .append (os .path .abspath (BASE_DIR + "/.." ))
1818sys .path .append (os .path .abspath (BASE_DIR + "/../redesign" ))
1919
20- DEBUG = False
20+ DEBUG = True
2121TEMPLATE_DEBUG = DEBUG
2222
2323# Domain name of the IETF
187187# Valid values:
188188# 'production', 'test', 'development'
189189# Override this in settings_local.py if it's not true
190- SERVER_MODE = 'production '
190+ SERVER_MODE = 'development '
191191
192192# The name of the method to use to invoke the test suite
193193TEST_RUNNER = 'ietf.utils.test_runner.run_tests'
You can’t perform that action at this time.
0 commit comments