Set version info to release version 6.116.0 before branching.
- Legacy-Id: 17207
This commit is contained in:
parent
59e3c6944b
commit
e888c09a16
|
@ -49,13 +49,13 @@ sys.path.append(os.path.abspath(BASE_DIR + "/.."))
|
|||
from ietf import __version__
|
||||
import debug
|
||||
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
debug.debug = DEBUG
|
||||
|
||||
# Valid values:
|
||||
# 'production', 'test', 'development'
|
||||
# Override this in settings_local.py if it's not the desired setting:
|
||||
SERVER_MODE = 'development'
|
||||
SERVER_MODE = 'production'
|
||||
|
||||
# Domain name of the IETF
|
||||
IETF_DOMAIN = 'ietf.org'
|
||||
|
|
Loading…
Reference in a new issue