Skip to content

Commit 4f1f3c8

Browse files
committed
Rework the readme to be less tied to the actual tutorial presentation.
1 parent 88bbb35 commit 4f1f3c8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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
74
available 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
109
can 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.
2322
Regarding debugging methods, a handy one is to bisect commits or
2423
find the last known good version, then compare what doesn't work. That
2524
is 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

0 commit comments

Comments
 (0)