Django

Tips and content for
development working with Django.

Django

Latest tips

Automate checks for your Django project
Automate checks for your Django project
Extend Django's system check framework to turn painful code reviews into a joy.
Demystifying Nulls and Nlanks in Django
Demystifying Nulls and Nlanks in Django
Learn the difference between blank=True and null=True
Django + htmx = ❤️
Django + htmx = ❤️
Speed up your Django list view with htmx and pagination.
Speed up your Django Queries
Speed up your Django Queries
Optimising queries beyond the N + 1 problem.

Latest links

How do I do Django APIs in PyCharm
How do I do Django APIs in PyCharm
I recently attended DjangoConf 2024 which kicked off this year’s DSF-PyCharm fundraiser. I attended Felipe’s DRF tutorial where he showed off using PyCharm and even a little bit about endpoints.
Building APIs With The Django REST Framework
Building APIs With The Django REST Framework
The tutorial demonstrates how to use Python and Django REST framework in PyCharm to develop APIs.
Create a Django App in PyCharm
Create a Django App in PyCharm
Covering all the steps to create a simple Django application that shows the current air temperature at your location.
Django-in-PyCharm Tips, Reloaded
Django-in-PyCharm Tips, Reloaded
Two and a half years ago we did a “Django tips in PyCharm” webinar; this refresher swaps out some tips, but also shows lots of new goodness in the IDE.

Latest tutorials

Boost your Development Speed with Docker and Django
Boost your Development Speed with Docker and Django
Combining Django and Docker to simplify your development and deployment process.
Developing Django Application using AWS
Developing Django Application using AWS
Run, build, test and deploy Django Application in PyCharm using NICE DCV.