projects
/
pggit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c860c46
)
DEBUG should be disabled by default
author
Magnus Hagander
<magnus@hagander.net>
Thu, 18 Apr 2013 18:30:59 +0000
(20:30 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 18 Apr 2013 18:31:53 +0000
(20:31 +0200)
Can be turned on in the local settings if necessary.
Reported by Heikki.
gitadmin/settings.py
patch
|
blob
|
blame
|
history
diff --git
a/gitadmin/settings.py
b/gitadmin/settings.py
index 3983c25b761bde7b974841a17ae23bdc9f6865a0..8d0f58affbad810a3dca1743fb2a00e8d8c090b6 100644
(file)
--- a/
gitadmin/settings.py
+++ b/
gitadmin/settings.py
@@
-1,6
+1,6
@@
# Django settings for gitadmin project.
-DEBUG =
Tru
e
+DEBUG =
Fals
e
TEMPLATE_DEBUG = DEBUG
ADMINS = (