From 1820640e82e342ce7583390bbedf0c6f2a4ec249 Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Sun, 25 Aug 2024 20:44:48 +0300 Subject: [PATCH] updated readmes with debug_toolbar.md --- share/templates/readmes/debug_toolbar.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 share/templates/readmes/debug_toolbar.md diff --git a/share/templates/readmes/debug_toolbar.md b/share/templates/readmes/debug_toolbar.md new file mode 100644 index 0000000..a6eaa5f --- /dev/null +++ b/share/templates/readmes/debug_toolbar.md @@ -0,0 +1,13 @@ + +# Problem with Django Debug Toolbar + +If the Django Debug Toolbar runs on the admin but not on your apps, this might be the issue and solution: + +The problem turned out to be that the ` ... ` tags were not rendered in the template. Adding them to my template fixed the issue. + +It's interesting that the Django tutorial doesn't use a template with a complete HTML document, yet it specifically mentions following the installation directions for the Django Debug Toolbar, even though the app won't work with it as presented. + +Anyway, many thanks to u/reallydarkcloud for the insightful response. + + +https://www.reddit.com/r/django/comments/15k68fa/djangodebugtoolbar_works_in_the_admin_but_not_in/