From abc3351bcfd3b2d1aa9c317bc592f96092226ceb Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Sat, 6 Sep 2008 14:22:25 -0700 Subject: Updating rendering to use Django templates and could possibly be overridden. --- README.rst | 3 ++ debug_toolbar/models.py | 0 debug_toolbar/templates/debug_toolbar/base.html | 37 +++++++++++++++++++++++++ debug_toolbar/toolbar/loader.py | 33 ++-------------------- 4 files changed, 43 insertions(+), 30 deletions(-) create mode 100644 debug_toolbar/models.py create mode 100644 debug_toolbar/templates/debug_toolbar/base.html diff --git a/README.rst b/README.rst index f1a0c2c..def75c7 100644 --- a/README.rst +++ b/README.rst @@ -34,6 +34,9 @@ Installation 'debug_toolbar.panels.sql.SQLDebugPanel', ) +#. Add `debug_toolbar` to your `INSTALLED_APPS` setting so Django can find the + the template files association with the Debug Toolbar. + TODO ==== - Add more panels diff --git a/debug_toolbar/models.py b/debug_toolbar/models.py new file mode 100644 index 0000000..e69de29 diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html new file mode 100644 index 0000000..c6469d4 --- /dev/null +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -0,0 +1,37 @@ + +