-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add resources section to the documentation #2081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
tim-schilling
merged 3 commits into
django-commons:main
from
dr-rompecabezas:docs-talks
Feb 25, 2025
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ Django Debug Toolbar | |
tips | ||
panels | ||
commands | ||
resources | ||
changes | ||
contributing | ||
architecture |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
Resources | ||
========= | ||
|
||
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. | ||
|
||
* `Read the blog post <https://www.better-simple.com/django/2022/11/18/django-debugging-tutorial/>`__ | ||
* `Follow along with the GitHub repo <https://github.com/tim-schilling/debug-tutorial/>`__ | ||
* Last updated: February 13, 2025. | ||
* Estimated time to complete: 1-2 hours. | ||
dr-rompecabezas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Mastering Django Debug Toolbar: Efficient Debugging and Optimization Techniques | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
This tutorial by **Bob Berderbos** provides an in-depth look at effectively | ||
using Django Debug Toolbar to debug Django applications, covering installation, | ||
configuration, and practical usage. | ||
|
||
* `Watch on YouTube <https://www.youtube.com/watch?v=c5riXBYFxLk>`__ | ||
* Published: May 13, 2023. | ||
* Duration: 11 minutes. | ||
|
||
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. | ||
|
||
* `Watch on DjangoTV <https://djangotv.com/videos/djangocon-us/2024/a-related-matter-optimizing-your-webapp-by-using-django-debug-toolbar-with-christopher-adams/>`__ | ||
* `Watch on YouTube <https://www.youtube.com/watch?v=iKn5VWD9l6E>`__ | ||
dr-rompecabezas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Published: December 6, 2024. | ||
* Duration: 26 minutes. | ||
|
||
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. | ||
|
||
* `Watch on DjangoTV <https://djangotv.com/videos/djangocon-europe/2024/djangocon-europe-2024-fast-on-my-machine-how-to-debug-slow-requests-in-production/>`__ | ||
* `Watch on YouTube <https://www.youtube.com/watch?v=sPO6wDlvKVI>`__ | ||
dr-rompecabezas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* Published: July 11, 2024. | ||
* Duration: 23 minutes. | ||
|
||
Criteria for Inclusion | ||
---------------------- | ||
|
||
The following criteria ensure that included resources are relevant, | ||
informative, and valuable to users: | ||
dr-rompecabezas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
1. Relevance to Django Debug Toolbar | ||
2. Originality and expertise | ||
3. Recency and accuracy | ||
4. Production quality | ||
5. Practicality and depth | ||
6. Language and accessibility | ||
dr-rompecabezas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Contributing | ||
------------ | ||
|
||
If you have a video talk or tutorial that you believe should be included in | ||
this list, please consider contributing. | ||
|
||
See the :doc:`contributing documentation <contributing>` for details. | ||
|
||
We are looking for resources that provide insights into using Django Debug | ||
Toolbar for use cases beyond the basic setup and configuration. Talks and | ||
dr-rompecabezas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
tutorials that cover advanced debugging techniques, performance optimization, | ||
and real-world applications are particularly welcome. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.