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

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 of 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.
Writing REST with Django and Ninja
Writing REST with Django and Ninja
Django Ninja is a FastAPI inspired library for turning your Django views into REST API end-points.

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.