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
The concept is pretty simple. Once you [install it](/docs/installation/) you should go the the url you set (ie. `http://0.0.0.0:/8000/docs/`) and you should see all your API endpoints along with the serializer fields, allowed methods etc for each one.
15
+
The concept is pretty simple. Once you [install it](/docs/installation/) you should go the the url you set (ie. `http://0.0.0.0:8000/docs/`) and you should see all your API endpoints along with the serializer fields, allowed methods etc for each one.
16
16
17
17
DRF Docs will then read all your `urls` and will list those that inherit from Django Rest Framework's `APIView`.
0 commit comments