Skip to content

Commit 01b806f

Browse files
committed
Revert accidental move of index.md to images folder
This commit fixes the issue where index.md was moved to the images folder inadvertently. It restores the correct path for the document and adjusts the paths to the images within it, ensuring the images display correctly in the updated
1 parent 2e1bbb6 commit 01b806f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/images/index.md docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def index(_request):
209209
```
210210

211211
So no you can use the command `task r` to start our django server, so you can access http://127.0.0.1:8000/ to see it.
212-
![my_first_api.png](my_first_api.png)
212+
![my_first_api.png](images/my_first_api.png)
213213

214214
Until here we just looked at Django stuff. Now we will dive into Django Rest Framework(DRF) stuff.
215215

@@ -306,7 +306,7 @@ Now access http://127.0.0.1:8000/ to see your API working. 🥳
306306

307307
Congratulations now you have your first api working.
308308

309-
![first_api_working.png](first_api_working.png)
309+
![first_api_working.png](images/first_api_working.png)
310310

311311
## Lunch/Break
312312

@@ -514,7 +514,7 @@ With everything set we can see it working live.
514514

515515
Now we have 2 resources here, artists and albums
516516

517-
![list-artist-album.png](list-artist-album.png)
517+
![list-artist-album.png](images/list-artist-album.png)
518518

519519
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.
520520

0 commit comments

Comments
 (0)