mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-05 01:21:29 +08:00
vault backup: 2024-11-02 18:25:18
Affected files: docs/Guides/Django REST Framework/7 - Writing API Endpoints.md
This commit is contained in:
parent
51fd71778b
commit
36e895d3dc
1 changed files with 1 additions and 1 deletions
|
@ -85,4 +85,4 @@ If serializers convert the underlying model to JSON, then views return the web r
|
|||

|
||||
Views take in HTTP requests passed in from the actual URL. You can specify a `queryset` to define what objects to return and specify a serializer which will be used to structure the returned data.
|
||||
|
||||
You can also
|
||||
Much like with DRF serializers, you can add permission handling to
|
Loading…
Add table
Reference in a new issue