#django
Read more stories on Hashnode
Articles with this tag
This post is based on a bug my team discovered in production a couple of years ago. We had to pin our Django version because a security patch changed...
In my previous post about implementing a service layer in Django, I wrote about a simple pattern that "plays nice" with the mountain of functionality...
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...