summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-02-05 20:54:04 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-02-05 21:03:43 +0100
commit2e5be1e78fe9e5372915f5384d490ec3d4d9d24c (patch)
tree6c2e40c165415b79359029838011394dcda9d45b /README.md
parent88739cd51619dd957a605aa2ab163ab6219a57de (diff)
downloadarchweb-2e5be1e78fe9e5372915f5384d490ec3d4d9d24c.tar.gz
archweb-2e5be1e78fe9e5372915f5384d490ec3d4d9d24c.zip
Add debug_toolbar support
Add support to use the Django debug toolbar with an easy setting in local_settings.py. Closes: #174
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 110e68a1..fc5d0d36 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,10 @@ Running coverage:
coverage run --omit='env*' --source='.' manage.py test
coverage report
+# Django Debug toolbar
+
+To use the Django Debug toolbar install django-debug-toolbar and in local_settings.py
+set DEBUG_TOOLBAR to True.
# Production Installation