You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been developing APIs with [Django Rest Framework](https://www.django-rest-framework.org/) for 8 years. I would like to share my experiences in this blogpost.
7
+
8
+
## Do not use viewset
9
+
10
+
Viewsets are higher level abstractions of [Generic API Views](https://www.django-rest-framework.org/api-guide/generic-views/). It automtically creates
11
+
12
+
## Use drf-spectacular for auto generated documentation
13
+
14
+
## Have default Limit Offset pagination as default
0 commit comments