Learn Django Managers: A Comprehensive Guide for Beginners
If you've written even a simple Django model, you've used a Manager. That magical .objects in MyModel.objects.all()? That's it. But Managers are so much more than just a gateway to your database.
What Exactly is a Manager?
Think of your Django Model ...
joseph-blog.hashnode.dev3 min read
Abdurrahman O.S
Software Engineer
Great write up! Very informative and straight to the point