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:
- Representational state transfer, Wikipedia
- Django REST framework
- Django User Management
- Django REST framework: API-Guide: Fields
- Django REST framework: Third Party Packages
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
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…