Skip to content

Commit f68788d

Browse files
committed
Update documentation for API Part II
This commit updates the documentation for Building an API - Part II, replacing the exercise and purpose sections with direct instructions. Additionally, a hyperlink is added to "Serializer relations" for reference and further information.
1 parent 881f7a7 commit f68788d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/images/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,13 @@ Now access http://127.0.0.1:8000/ to see your API working. 🥳
307307
Congratulations now you have your first api working.
308308

309309
![first_api_working.png](first_api_working.png)
310+
310311
## Lunch/Break
311312

312313
- ⏳ Time for rest and informal discussions.
313314

314315
## Building an API - Part II
315-
316-
- 💻 Exercise: Continuation of the API project with instructor support.
317-
- 💡 Purpose: Completing the API project, reinforcing learning through practice.
316+
Ok, so now we are going to create the apis for the other 2 models album and song model.
318317

319318
## Bonus content
320319

@@ -331,7 +330,7 @@ Congratulations now you have your first api working.
331330
3. [Numeric](https://www.django-rest-framework.org/api-guide/fields/#numeric-fields)
332331
4. [Date and time](https://www.django-rest-framework.org/api-guide/fields/#date-and-time-fields)
333332

334-
### Serializer relations
333+
### [Serializer relations](https://www.django-rest-framework.org/api-guide/relations/)
335334

336335

337336
### [Validators](https://www.django-rest-framework.org/api-guide/validators/)

0 commit comments

Comments
 (0)