π Permissions and Serializers in DRF π
Posted on Jul 19th, 2021
ποΈ Todayβs Topics
- models with relationships in your API
- nested serializers
- permissions
π― Project: QuestionBox
For this week and next, you will be building an application in collaboration with a front-end team. Team assignments TBD.
Your project will be due at the end of the Phase, one week from this Thursday.
π 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