Building HTTP APIs With Django REST Framework: Serialization & Viewsets

Описание к видео Building HTTP APIs With Django REST Framework: Serialization & Viewsets

This is a preview of the video course, "Building HTTP APIs With Django REST Framework." REST is a loosely defined protocol for listing, creating, changing, and deleting data on your server over HTTP. The Django REST framework (DRF) is a toolkit built on top of the Django web framework that reduces the amount of code you need to write to create REST interfaces.

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/django...

The rest of the course covers:
Web Interface and Renderers
Django Authentication
DRF Permissions
Alternative Serializers
Nested Serialization
ViewSet Actions
Single Page Application (SPA) Architecture
SPA Code Walk Through

Комментарии

Информация по комментариям в разработке