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-no-bom -*-
22# Copyright The IETF Trust 2007, All Rights Reserved
33
4- __version__ = "4.73-dev "
4+ __version__ = "4.80 "
55
66__date__ = "$Date$"
77
8- __rev__ = "$Rev$ (dev) Latest release: Rev. 6208 "
8+ __rev__ = "$Rev$"
99
1010__id__ = "$Id$"
Original file line number Diff line number Diff line change 2020sys .path .append (os .path .abspath (BASE_DIR + "/.." ))
2121sys .path .append (os .path .abspath (BASE_DIR + "/../redesign" ))
2222
23- DEBUG = True
23+ DEBUG = False
2424TEMPLATE_DEBUG = DEBUG
2525
2626# Domain name of the IETF
223223# Valid values:
224224# 'production', 'test', 'development'
225225# Override this in settings_local.py if it's not true
226- SERVER_MODE = 'development '
226+ SERVER_MODE = 'production '
227227
228228# The name of the method to use to invoke the test suite
229229TEST_RUNNER = 'ietf.utils.test_runner.run_tests'
You can’t perform that action at this time.
0 commit comments