mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
vault backup: 2024-11-02 18:19:17
Affected files: docs/Guides/Django REST Framework/7 - Writing API Endpoints.md
This commit is contained in:
parent
9fd479f0dd
commit
5f352c1725
1 changed files with 1 additions and 1 deletions
|
@ -81,4 +81,4 @@ Knowing where you should place your validation functions is something you will e
|
|||
If you're just starting off, this isn't something you should be too worried about. Just knowing that the serializer parses to JSON is plenty enough to get started with building CRUD apps.
|
||||
|
||||
### Views
|
||||
Work in progress!
|
||||
If serializers convert the underlying model to JSON, then views return the web response.
|
Loading…
Reference in a new issue