Skip to content

Commit

Permalink
Add debug to true for production debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanchu committed Mar 19, 2013
1 parent 2ba9777 commit 6111803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stashdaddy/settings/prod.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .base import *

DEBUG = TEMPLATE_DEBUG = True

# AWS credentials
AWS_ACCESS_KEY_ID = os.environ['AWS_ACCESS_KEY_ID']
Expand Down

0 comments on commit 6111803

Please sign in to comment.