Skip to content

Commit a509b31

Browse files
committed
Add example images to documentation
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.
1 parent 66cf64b commit a509b31

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/images/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,12 @@ and the `update` method
512512

513513
With everything set we can see it working live.
514514

515+
Now we have 2 resources here, artists and albums
516+
517+
![list-artist-album.png](list-artist-album.png)
518+
519+
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.
520+
515521
## Bonus content
516522

517523
### Serializers deep dive

docs/images/list-artist-album.png

85.2 KB
Loading

0 commit comments

Comments
 (0)