Django Service Layers: Beyond Fat Models vs. Enterprise Patterns
Suppose you want to write a new Django/DRF API service tomorrow or have inherited a large but messy Django codebase.
Introduction
If your application is useful, it will do more than enable crud operations on relational database tables via HTTP. Let's...
simoncrowe.hashnode.dev12 min read
Emanuele Sarracino
Hello, very interesting. I have a question, how could you fit the logic of form and serializers into all this?