Blog
2024
- Providing Model Field Choices in Django Rest FrameworkLearn how to retrieve and provide choices for ChoiceField fields in Django models using a custom mixin in Django Rest Framework.
- Using Presigned URLs in Django Rest FrameworkLearn how to implement direct file uploads to Amazon S3 using presigned URLs in a Django Rest Framework project.