File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22import checks # pyflakes:ignore
33
44# Don't add patch number here:
5- __version__ = "6.27.0 "
5+ __version__ = "6.27.1.dev0 "
66
77# set this to ".p1", ".p2", etc. after patching
88__patch__ = ""
99
1010__date__ = "$Date$"
1111
12- __rev__ = "$Rev$"
12+ __rev__ = "$Rev$ (dev) Latest release: Rev. 11597 "
1313
1414__id__ = "$Id$"
Original file line number Diff line number Diff line change 2323
2424from ietf import __version__
2525
26- DEBUG = False
26+ DEBUG = True
2727TEMPLATE_DEBUG = DEBUG
2828
2929# Valid values:
3030# 'production', 'test', 'development'
3131# Override this in settings_local.py if it's not the desired setting:
32- SERVER_MODE = 'production '
32+ SERVER_MODE = 'development '
3333
3434# Domain name of the IETF
3535IETF_DOMAIN = 'ietf.org'
You can’t perform that action at this time.
0 commit comments