Skip to content

Commit

Permalink
Turn off DEBUG in django that crept into a commit somewhere, sometime
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hixson committed Sep 9, 2013
1 parent 81269f7 commit 8e6b371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/settings.py
Expand Up @@ -31,8 +31,8 @@

HERE = os.path.abspath(os.path.dirname(__file__))

#DEBUG = False
DEBUG = True
DEBUG = False
#DEBUG = True
#TASTYPIE_FULL_DEBUG = True
TEMPLATE_DEBUG = DEBUG
LOGIN_REDIRECT_URL = '/'
Expand Down

0 comments on commit 8e6b371

Please sign in to comment.