In this video we will go over some of the generic views available in the Django Rest Framework. We will start with a basic generic view with mixins and then we will look at a few views that can handle the functions that the mixins give us.
NOTE:
There is a typo in this video, permission_classes was misspelled. You will need to make sure this is fixed or any permission class other than AllowAny will not work.
Code:
https://github.com/legionscript/drf-c...
DRF Generic Views Docs:
https://www.django-rest-framework.org...
Need An Overview of Django? Check Out the Django Series Here:
• Django Crash Course
Legionscript:
https://www.legionscript.com/