projets
/
auf_savoirs_en_partage_django.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Intégration de la django debug toolbar
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
development.py
1
from
auf_savoirs_en_partage
.
settings
import
*
2
DEBUG
=
True
3
TEMPLATE_DEBUG
=
DEBUG
4
INTERNAL_IPS
= (
'127.0.0.1'
,)
5
MIDDLEWARE_CLASSES
+= (
'debug_toolbar.middleware.DebugToolbarMiddleware'
,)
6
INSTALLED_APPS
+= (
'debug_toolbar'
,)