Skip to content

Commit 1941e63

Browse files
committed
Enable debug in prod.
1 parent 4ea743f commit 1941e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/deployed/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from config.settings import *
44

5-
DEBUG = False
5+
DEBUG = True
66
TEMPLATE_DEBUG = DEBUG
77

88
# Use pgpool

0 commit comments

Comments
 (0)