The Django REST Framework is a powerful set of tools giving you the ability to create REST interfaces on top of the Django web framework with a minimum of additional code. Now you know how to list, create, change, and delete data on your server over HTTP using
In this course you learned about:
- The REST protocol
- DRF
Serializers
and how to use them with Django objects - Using Django
views
and DRFViewSet
classes to create REST end-points - Multiple flavors of renderers and how to control their output
- Specifying permissions and limiting who can see what data in your REST API
Here are additional resources about Django, REST, and DRF:
allapopovarus on Nov. 3, 2021
Here is a huge gap in intermediate and advanced levels. There is no bsmodals in static folder in sample code…