Django is a great way to handle the most repetitive, boring parts of backend development. The Django Rest Framework (DRF) takes this one step further and adds standard serializers, permissions, and more. However, in the face of how varied web backends can be, certain things are left for the implementer to discover. One thing discovered […]more…