drf-commons¶
drf-commons is a production-grade utility library for Django REST Framework. It eliminates architectural repetition, enforces API consistency, and provides composable abstractions for building scalable, maintainable REST APIs.
Philosophy
drf-commons is not a framework on top of DRF. It is a structural layer composed atop DRF internals using DRF’s own documented extension points. Every component is independently usable, explicitly opted-in, and designed for production deployment.
Getting Started¶
Getting Started
Core Reference¶
Advanced Topics¶
Advanced Topics
Operations¶
Operations
Appendices¶
Appendices