README.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. ====================
  2. Django Debug Toolbar
  3. ====================
  4. .. image:: https://secure.travis-ci.org/django-debug-toolbar/django-debug-toolbar.png
  5. :alt: Build Status
  6. :target: http://travis-ci.org/django-debug-toolbar/django-debug-toolbar
  7. The Django Debug Toolbar is a configurable set of panels that display various
  8. debug information about the current request/response and when clicked, display
  9. more details about the panel's content.
  10. Here's a screenshot of the toolbar in action:
  11. .. image:: https://raw.github.com/django-debug-toolbar/django-debug-toolbar/master/example/django-debug-toolbar.png
  12. :width: 908
  13. :height: 557
  14. In addition to the built-in panels, a number of third-party panels are
  15. contributed by the community.
  16. The current version of the Debug Toolbar is 1.3.2. It works on Django 1.4 to 1.8.
  17. If you're using Django 1.4, you will need Django ≥ 1.4.2 and Python ≥ 2.6.5.
  18. If you're using Django ≥ 1.5, there aren't any restrictions.
  19. Documentation, including installation and configuration instructions, is
  20. available at http://django-debug-toolbar.readthedocs.org/.
  21. The Django Debug Toolbar is released under the BSD license, like Django
  22. itself. If you like it, please consider contributing!
  23. The Django Debug Toolbar was originally created by Rob Hudson <rob@cogit8.org>
  24. in August 2008 and was further developed by many contributors_.
  25. .. _contributors: https://github.com/django-debug-toolbar/django-debug-toolbar/graphs/contributors