Skip to content

Commit

Permalink
Set version info and settings back to development mode
Browse files Browse the repository at this point in the history
 - Legacy-Id: 15139
  • Loading branch information
levkowetz committed May 8, 2018
1 parent 28efeca commit d251287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ietf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
import checks # pyflakes:ignore

# Don't add patch number here:
__version__ = "6.80.0"
__version__ = "6.80.1.dev0"

# set this to ".p1", ".p2", etc. after patching
__patch__ = ""

__date__ = "$Date$"

__rev__ = "$Rev$"
__rev__ = "$Rev$ (dev) Latest release: Rev. 15137 "

__id__ = "$Id$"
4 changes: 2 additions & 2 deletions ietf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
from ietf import __version__
import debug

DEBUG = False
DEBUG = True
debug.debug = DEBUG

# Valid values:
# 'production', 'test', 'development'
# Override this in settings_local.py if it's not the desired setting:
SERVER_MODE = 'production'
SERVER_MODE = 'development'

# Domain name of the IETF
IETF_DOMAIN = 'ietf.org'
Expand Down

0 comments on commit d251287

Please sign in to comment.