Django Rest API CRUD | Class Based Views | Generic, APIView & Mixin Classes | Django Rest Framework

preview_player
Показать описание
Learn Django Rest API CRUD | part3 | In this tutorial we re-write our API using class based views rather then function based view such as Generic, APIView & Mixin Classes in Django Rest Framework for beginners.

Gears List:
Рекомендации по теме
Комментарии
Автор

Sir, please Web services and micro services in django

kamalCode
Автор

I am getting an error in a test when I use <pk> for that class. Is it my issue or the test is wrong.

amaangigani
Автор

From the tutorial i found out that mixin Classes make the code much shorter and cleaner. Now my question is, from performance point of view which is better to be used, api_view or Apiview or Mixin classes?

davidokorie