diff --git a/docs/images/index.md b/docs/images/index.md index 4257a1c..30120d6 100644 --- a/docs/images/index.md +++ b/docs/images/index.md @@ -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 diff --git a/docs/images/list-artist-album.png b/docs/images/list-artist-album.png new file mode 100644 index 0000000..8889369 Binary files /dev/null and b/docs/images/list-artist-album.png differ