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

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.
Running Docker through PyCharm
Running Docker through PyCharm
Build and run a Docker container from your IDE.
Introduction to Docker for Python and Django
Introduction to Docker for Python and Django
Using containers to build and deploy applications