This section includes resources that can be used to learn more about the Django Debug Toolbar.
Originally presented as an in-person workshop at DjangoCon US 2022, this tutorial by Tim Schilling covers debugging techniques in Django. Follow along independently using the slides and GitHub repository.
- View the tutorial details on the conference website
- Follow along with the GitHub repository
- View the slides on Google Docs
- Last updated: February 13, 2025.
- Estimated time to complete: 1-2 hours.
This tutorial by Bob Belderbos provides an in-depth look at effectively using Django Debug Toolbar to debug Django applications, covering installation, configuration, and practical usage.
- Watch on YouTube
- Published: May 13, 2023.
- Duration: 11 minutes.
Presented at DjangoCon US 2024 by Christopher Adams, this talk delves into optimizing web applications using Django Debug Toolbar, focusing on SQL query analysis and performance improvements.
- View the talk details on the conference website
- Watch on DjangoTV
- Published: December 6, 2024.
- Duration: 26 minutes.
Presented at DjangoCon Europe 2024 by Raphael Michel, this talk explores debugging slow requests in production. While not focused on Django Debug Toolbar, it highlights performance issues the tool can help diagnose.
- View the talk details on the conference website
- Watch on DjangoTV
- Published: July 11, 2024.
- Duration: 23 minutes.
Have a great tutorial or talk about Django Debug Toolbar? We'd love to showcase it! If your content helps developers improve their debugging skills, follow our :doc:`contributing guidelines <contributing>` to submit it.
To ensure relevant and accessible content, please check the following before submitting:
- Does it at least partially focus on the Django Debug Toolbar?
- Does the content show a version of Django that is currently supported?
- What language is the tutorial in and what languages are the captions available in?
Talks and tutorials that cover advanced debugging techniques, performance optimization, and real-world applications are particularly welcome.