I have to route a django queryset to a different DB's. is it an easy way to know if the query set is read or write method?
i have found the answer: a queryset object has a property-
queryset._for_write queryset._for_read
1.4m articles
1.4m replys
5 comments
57.0k users