- Generics
- Serializers
- Mixins
- Views
- Pagination
- Viewsets
- смотрим source code (https://www.cdrf.co/)
- drf api docs (в клеточку которые)
- settings.REST_FRAMEWORK from django.conf
- auth (https://github.com/sunscrapers/djoser)
- custom exception formatting (https://github.com/PostHog/drf-exceptions-hog)
- custom encoders and decoders (https://github.com/ijl/orjson, https://github.com/brianjbuck/drf_orjson_renderer)
- документация API (https://github.com/axnsan12/drf-yasg)
- restdoctor (https://github.com/best-doctor/restdoctor)
- serializer performance (https://github.com/clarkduvall/serpy, https://hakibenita.com/django-rest-framework-slow)
- Restql (https://github.com/yezyilomo/django-restql/)
- CamelCase (https://github.com/vbabiy/djangorestframework-camel-case)
- celery
- redis