aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-17 22:48:17 +0200
committerAymeric Augustin2013-10-17 22:48:17 +0200
commit50e3714c6510fc12dc23aed41830b072d55332fe (patch)
treea3424bf0e9055006da2003282acff547ce212d05
parentd3be92802d92dc862dd5d51e3c982188393ad47d (diff)
downloaddjango-debug-toolbar-50e3714c6510fc12dc23aed41830b072d55332fe.tar.bz2
Add a screenshot to the README.
Fix #182. Thanks Miserlou for the idea.
-rw-r--r--README.rst6
-rw-r--r--example/django-debug-toolbar.pngbin0 -> 96122 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0f818dc..9a4bfef 100644
--- a/README.rst
+++ b/README.rst
@@ -10,6 +10,12 @@ The Django Debug Toolbar is a configurable set of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.
+Here's a screenshot:
+
+.. image:: https://raw.github.com/django-debug-toolbar/django-debug-toolbar/master/example/django-debug-toolbar.png
+ :width: 908
+ :height: 557
+
Currently, the following panels have been written and are working:
- Django version
diff --git a/example/django-debug-toolbar.png b/example/django-debug-toolbar.png
new file mode 100644
index 0000000..bd097c2
--- /dev/null
+++ b/example/django-debug-toolbar.png
Binary files differ