๐ป Views and Serializers in DRF ๐ป
Posted on Dec 9th, 2021
๐๏ธ Todayโs Topics
- Views and viewsets
- Nesting and customizing serializers
- Permissions
๐ฏ Project
Keep on with your API building ๐ช! What do you need to know to get it working?
By today or tomorrow your app should respond with json to a request for all habits/books, for one habit/book, and for one book/habitโs associated objects (daily records for habits; reviews or trackers for books).
๐ Resources
- Django REST Framework
- How to Save Extra Data to a DRF Serializer
- DRF Permissions
- Built-in Permission Classes in DRF
- Custom Permissions in DRF