- Django in a single file
- Serializer Method Fields
- Custom Fields
- Custom Validators
- Renaming with parameter
- Custom urls in viewsets (Actions)
- Dynamic Serializers
- Django URL Filter
- Custom Filtering
- Content Negotiation
python -m venv ten_things_about_drf_env
source ten_things_about_drf_env/bin/activate
pip install django