From 6bc034510e2906c15d2c5955be334657e0d0b986 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Fri, 18 Sep 2009 07:39:03 -0700 Subject: Added link to screencast and cleaned up text. --- index.html | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 546e5c6..5613709 100644 --- a/index.html +++ b/index.html @@ -26,10 +26,12 @@ .description { margin-bottom: 30px; margin-top: 30px; font-style: italic;} .download { float: right; } pre { background: #000; color: #fff; padding: 15px;} + em { color:#999; } hr { border: 0; width: 80%; border-bottom: 1px solid #aaa} .footer { text-align:center; padding-top:30px; font-style: italic; } div#headwrap { background-color:#ffc; border-bottom:1px solid #ddd; padding-top: 1em; } div#contentwrap { background-color:#eee; } + p.caption { text-align:center; padding:0 1em; } @@ -38,12 +40,6 @@
Fork me on GitHub
-
- - - - -

django-debug-toolbar by robhudson @@ -58,7 +54,13 @@ A configurable set of panels that display various debug information about the current request/response.

-

[screencast/demo here]

+ + + + + + +

Screencast by Idan Gazit

License

BSD

@@ -86,9 +88,12 @@ Simon Willison, Philip Zeyliger

-

Download

+

Download & Install

- You can download this project in either zip or tar formats. + Preferrably, use Pip and +

$ pip install django-debug-toolbar
+ or +
$ easy_install django-debug-toolbar

You can also clone the project with Git by running:

$ git clone git://github.com/robhudson/django-debug-toolbar
-- cgit v1.2.3