Django Rest Framework Simplified 2025

Опубликовано: 17 Май 2025
на канале: Matt Makes Code
615
22

Hello  @MattMakesCode  Community 👋

Welcome to a simple tutorial on DJANGO REST FRAMEWORK.

In this video, you will learn what DJANGO REST FRAMEWORK is, and how to build apis in python using DJANGO REST FRAMEWORK. You will build a GET api, CREATE api, UPDATE api, and a DELETE api.

If this video helps you please like the video and subscribe to the channel ❤️

Thanks for watching,
MattMakesCode 🙂💻

-----------------------------------------------------------------

SOURCE CODE:

https://github.com/sgmselli/Django-Re...

-----------------------------------------------------------------

CHAPTERS:

00:00 Introduction
00:39 Django Rest Framework Setup
2:47 Create Model
3:20 Create Serializer
4:59 GET Api & Url setup
10:25 CREATE Api
13:05 UPDATE Api
17:00 DELETE Api