Skip to content

Commit

Permalink
Add example images to documentation
Browse files Browse the repository at this point in the history
Additional images were included in the documentation to provide more context on the use of resources in the application. Specifically, a visual representation of the artists and albums resources was added. This should help in understanding the provided shortcuts and customization possibilities in Django REST Framework.
  • Loading branch information
lipemorais committed Apr 28, 2024
1 parent 66cf64b commit a509b31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/images/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,12 @@ and the `update` method

With everything set we can see it working live.

Now we have 2 resources here, artists and albums

![list-artist-album.png](list-artist-album.png)

I hope that at this time you understand the amount of shortcuts DRF gives you at the same time, if you want to customize it, it's still possible.

## Bonus content

### Serializers deep dive
Expand Down
Binary file added docs/images/list-artist-album.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a509b31

Please sign in to comment.