Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DESCRIPTION.rst 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ====================
  2. Django Debug Toolbar
  3. ====================
  4. .. image:: https://jazzband.co/static/img/badge.svg
  5. :target: https://jazzband.co/
  6. :alt: Jazzband
  7. .. image:: https://travis-ci.org/jazzband/django-debug-toolbar.svg?branch=master
  8. :target: https://travis-ci.org/jazzband/django-debug-toolbar
  9. :alt: Build Status
  10. .. image:: https://codecov.io/gh/jazzband/django-debug-toolbar/branch/master/graph/badge.svg
  11. :target: https://codecov.io/gh/jazzband/django-debug-toolbar
  12. :alt: Test coverage status
  13. .. image:: https://requires.io/github/jazzband/django-debug-toolbar/requirements.svg?branch=master
  14. :target: https://requires.io/github/jazzband/django-debug-toolbar/requirements/?branch=master
  15. :alt: Requirements Status
  16. The Django Debug Toolbar is a configurable set of panels that display various
  17. debug information about the current request/response and when clicked, display
  18. more details about the panel's content.
  19. Here's a screenshot of the toolbar in action:
  20. .. image:: https://raw.github.com/jazzband/django-debug-toolbar/master/example/django-debug-toolbar.png
  21. :width: 908
  22. :height: 557
  23. In addition to the built-in panels, a number of third-party panels are
  24. contributed by the community.
  25. The current version of the Debug Toolbar is 1.10.1. It works on Django ≥ 1.11.
  26. Documentation, including installation and configuration instructions, is
  27. available at https://django-debug-toolbar.readthedocs.io/.
  28. The Django Debug Toolbar is released under the BSD license, like Django
  29. itself. If you like it, please consider contributing!
  30. The Django Debug Toolbar was originally created by Rob Hudson <rob@cogit8.org>
  31. in August 2008 and was further developed by many contributors_.
  32. .. _contributors: https://github.com/jazzband/django-debug-toolbar/graphs/contributors