Django REST Framework Tutorials EP5 - Serialize & Deserialize Django Models

Опубликовано: 06 Июнь 2024
на канале: Byron Codes
155
8

This tutorial teaches how to work with the Django REST Framework's serializers, model viewsets and routes.

We create our first API endpoints that lets users search for players by their name and filter the results using age, and the clubs.

Full Player Dataset - https://bit.ly/3LsY3cv

Data for 150 players -https://bit.ly/3Wv37mZ

REST framework pagination - https://www.django-rest-framework.org...

Insomnia API client - https://insomnia.rest/download

0:00 Intro
2:26 App setup
5:38 Serializers
7:23 Viewsets
10:08 Routes
13:25 Pagination
17:14 Search Viewset
26:35 Input validation