video

About the lecture

The Django REST framework is a powerful toolkit for building RESTful apis on top of the popular Python framework Django. With its browsable API, powerful authentication policies, and object serialization, it provides an amazing experience for creating REST apis quickly. Let’s get started and build some apis with DRF

What will you learn

  • How do I install the Django REST framework
  • How do I authenticate the DRF
  • How can I quickly create a CRUD-based REST API

This lecture is aimed at

Developers who want to build powerful RESTful apis in Python.

A prerequisite for

Basic understanding of the Python programming language.

resources

Quick start on the Django REST framework