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.
Autocomplete Django Settings Strings
Use autocomplete when typing a string in the apps section of your settings file.