All Posts Create a Post
0
votes
193
views
Awesome django books by agiliq.com
Posted at 4 months, 3 weeks ago / Oct. 11, 2020, 8:04 a.m.
This awesome django books for refference is also open sourced at https://github.com/agiliq/books Django Admin Cookbook (Django 2.0) Django ORM Cookbook (Django 2.0) Building APIs with Django and Django Rest Framework …
1
votes
415
views
Django Standard API Response Middleware for DRF
Posted at 4 months, 3 weeks ago / Oct. 11, 2020, 8:04 a.m.
As you can see, if you using django-rest-framework, you will found many different response format. This middleware to solve all of these problems with implement the Standard API Response. All …