Kuldeep Pisda

How to make REST APIs in Django?

Stop writing boilerplate. Build a complete REST API in Django with just a model, a serializer, and a viewset.

How to make REST APIs in Django?
#1about 8 minutes

Understanding the fundamentals of REST API design

REST provides a standardized set of guidelines for creating web APIs using common HTTP methods like GET, POST, PUT, and DELETE.

#2about 6 minutes

Introducing the core concepts of Django REST Framework

Django REST Framework (DRF) simplifies API development with key components like serializers, routers, viewsets, and permission classes.

#3about 6 minutes

Serializing Django models into JSON with ModelSerializer

The ModelSerializer class in DRF automatically converts complex data types, like Django model instances, into native Python datatypes that can be rendered as JSON.

#4about 6 minutes

Building CRUD endpoints quickly with ViewSets and Routers

Using ModelViewSet and a router allows you to automatically generate a complete set of CRUD endpoints for a model with just a few lines of code.

#5about 11 minutes

Implementing permissions and custom authorization logic

Secure endpoints by using built-in permission classes or creating custom logic with `has_permission` and `has_object_permission` to control access.

#6about 10 minutes

Customizing API responses based on user roles

Override the `get_queryset` and `get_serializer_class` methods in a ViewSet to dynamically change the data and fields returned based on the user's permissions.

#7about 4 minutes

Customizing the Django Admin for better data management

The built-in Django admin can be customized to improve usability with features like custom list displays, search fields, and filters.

#8about 5 minutes

Q&A on starting a developer career and hackathons

The speaker shares personal experiences about getting into tech, the motivation to create, and tips for participating in hackathons.

Related jobs
Jobs that call for the skills explored in this talk.

d

Saby Company
Delebio, Italy

Junior

test

Milly
Vienna, Austria

Intermediate

Featured Partners

Related Articles

View all articles
CH
Chris Heilmann
WeAreDevelopers LIVE days are changing - get ready to take part
Starting with this week's Web Dev Day edition of WeAreDevelopers LIVE Days, we changed the the way we run these online conferences. The main differences are:Shorter talks (half an hour tops)More interaction in Q&AA tips and tricks "Did you know" sect...
WeAreDevelopers LIVE days are changing - get ready to take part
CH
Chris Heilmann
Dev Digest 134 - Where pixels sing?
News and ArticlesWeAreDevelopers LIVE Data and Security Day is on Wednesday, 25/09/2024. Learn about OPC UA Updates, Best Practices for Using GitHub Secrets, Passwordless Web 1.5, Emerging AI Security Risks, Data Privacy in LLMs and get a chance to t...
Dev Digest 134 - Where pixels sing?
CH
Chris Heilmann
Dev Digest 139 - Soft and hard queries
News and ArticlesLet's start with Amelia Wattenberger's excellent essay Bridging the hard and the soft talking about humans and data. Do you sometimes also miss aspects of the early web like a lack of big data and freedom to create without numeric go...
Dev Digest 139 - Soft and hard queries
AM
Ashutosh Mishra
20 Essential Tools For Backend Development
What is Backend Development?There are two aspects of a website - frontend and backend. Frontend deals with everything that happens on the screen while Backend development involves everything that happens behind the screen. It involves setting up the ...
20 Essential Tools For Backend Development

From learning to earning

Jobs that call for the skills explored in this talk.