Writing REST with Django and Ninja

Django Ninja is a FastAPI inspired library for turning your Django views into REST API end-points.

View at original site


This webinar will show you how to get started with Django Ninja, how the interface interacts with Django's URL and ORM mechanisms, and how to apply authentication controls to your REST API.

Here are the links to Christopher’s Trudeau courses:

Related Resources

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.