Skip to content

Commit

Permalink
Merge pull request #2353 from phrawzty/bug1066116
Browse files Browse the repository at this point in the history
bug 1066116; remove references to DEV from local.py
  • Loading branch information
lonnen committed Sep 11, 2014
2 parents b1f7379 + 440c5a7 commit 900b151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions config/package/socorro/local.py
Expand Up @@ -79,10 +79,6 @@
# on all server instances and True only for development.
DEBUG = TEMPLATE_DEBUG = False

# Is this a development instance? Set this to True on development/master
# instances and False on stage/prod.
DEV = False

# By default compression is done in runtime, if you enable
# offline compression, running the test suite will be 10 times faster
# but you'll need to remember to first run:
Expand Down
5 changes: 2 additions & 3 deletions webapp-django/crashstats/settings/local.py-dist
Expand Up @@ -77,9 +77,8 @@ MANAGERS = ADMINS
# on all server instances and True only for development.
DEBUG = TEMPLATE_DEBUG = True

# Is this a development instance? Set this to True on development/master
# instances and False on stage/prod.
DEV = True
# Set this to True to make debugging AJAX requests easier; development-only!
#DEBUG_PROPAGATE_EXCEPTIONS = True

# By default compression is done in runtime, if you enable
# offline compression, running the test suite will be 10 times faster
Expand Down

0 comments on commit 900b151

Please sign in to comment.