Skip to content

Commit

Permalink
setting DEBUG=True in production settings. don't try this at home
Browse files Browse the repository at this point in the history
  • Loading branch information
ccg committed Aug 8, 2010
1 parent a137221 commit c471d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production-settings.py
@@ -1,6 +1,6 @@
from settings import *

DEBUG = False
DEBUG = True

DATABASES = {
'default': {
Expand Down

0 comments on commit c471d54

Please sign in to comment.