Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 3.44 KB

resources.rst

File metadata and controls

78 lines (58 loc) · 3.44 KB

Resources

This section includes resources that can be used to learn more about the Django Debug Toolbar.

Tutorials

Django Debugging Tutorial

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.

Mastering Django Debug Toolbar: Efficient Debugging and Optimization Techniques

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.

Talks

A Related Matter: Optimizing Your Web App by Using Django Debug Toolbar

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.

Fast on My Machine: How to Debug Slow Requests in Production

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.

Want to Add Your Content Here?

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:

  1. Does it at least partially focus on the Django Debug Toolbar?
  2. Does the content show a version of Django that is currently supported?
  3. 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.