Representing relationships with nested routes

How to use nested routes to represent relationships in Django REST Framework

Representing relationships with nested serializers

Learn how to represent relationships using nested serializers in Django REST Framework.

How to upload Django models in a CSV file

In this step-by-step tutorial I'll show you how to let users create Django model instances in bulk by uploading a CSV file.