diff options
| author | Jannis Leidel | 2012-08-27 13:09:13 +0200 | 
|---|---|---|
| committer | Jannis Leidel | 2012-08-27 13:09:13 +0200 | 
| commit | d2b803fa641e93332f0cb3b73ddba794b9a05a07 (patch) | |
| tree | fc3fe233db6c3d1759f10b552ea3dc641a164b3c | |
| parent | 226a89e2ede261b8a8129fd7cf0392e83d47f8d3 (diff) | |
| download | django-debug-toolbar-d2b803fa641e93332f0cb3b73ddba794b9a05a07.tar.bz2 | |
Added Travis build status image.
| -rw-r--r-- | README.rst | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -2,6 +2,10 @@  Django Debug Toolbar  ==================== +.. image:: https://secure.travis-ci.org/django-debug-toolbar/django-debug-toolbar.png +    :alt: Build Status +    :target: http://travis-ci.org/django-debug-toolbar/django-debug-toolbar +  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. | 
