Tips

Visual, standalone, bite-sized learning resources organized into different categories.

Automate checks for your Django project
Extend Django's system check framework to turn painful code reviews into a joy.
Demystifying nulls and blanks in Django
What is the difference between blank=True and null=True anyway?
Django + htmx = ❤️
Speed up your Django list view with htmx and pagination.
Speed up your Django queries
Optimising queries beyond the N + 1 problem.
Undo Last Commit
Undo a commit...without misery.
Autocomplete Django Settings Strings
Use autocomplete when typing a string in the apps section of your settings file.
Speed Up Coverage with Configuration File
Speed up your "visual coverage" with a config file and correct working directory.
Wrap Selection With Tag
Use the keyboard to put a wrapper tag around a selection of code.
Spot Coverage Gaps Using the Gutter
Let the IDE help you spot coverage gaps in your testing.
Split Screen Without Tabs
Get your code and tests side-by-side without resorting to tabs.
Run npm Scripts from package.json
Browse your package.json scripts and run in a dedicated tool window.
Put New Project Under Version Control
The fastest way to register a new project directory under local version control.