File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # "It doesn't work" - A Djangonaut's Debugging Toolkit
1+ # A Djangonaut's Debugging Toolkit
22
3- Welcome to the tutorial! I really appreciate the time you've spent so far
4- and the time you spend in the future on this tutorial.
5-
6- The purpose of this tutorial is to expose you to some tools
3+ Welcome! The purpose of this tutorial is to expose you to some tools
74available to you as a Djangonaut to aid you in your debugging adventures.
85
9- If you didn't attend the talk or would like to view the slides, [ you
6+ This tutorial was originally created for my DjangoCon 2022 tutorial,
7+ [ "'It doesn't work' - A Djangonaut's Debugging Toolkit"] ( https://2022.djangocon.us/tutorials/it-doesnt-work-a-djangonauts-debugging/ ) .
8+ If you would like to view the slides, [ you
109can find them here] ( https://docs.google.com/presentation/d/1dmeFD5kGsukQaMinU0BJQyyCeu5ZGR4drc0pJilT10Y/edit?usp=share_link ) .
1110
1211## Preamble to the setup
@@ -23,7 +22,8 @@ to understand the project.
2322Regarding debugging methods, a handy one is to bisect commits or
2423find the last known good version, then compare what doesn't work. That
2524is very easy to do in this environment, but I strongly suggest that you
26- don't do that unless you're stuck.
25+ don't do that unless you're stuck. This is because the solutions are in
26+ the Git history.
2727
2828## How the Labs will work
2929
You can’t perform that action at this time.
0 commit comments