contact@digitalnotebooks.co
Stay Organized, Stay Inspired. Let's Write.

13. Nested Serializers for Related Models Part 2

Back To All Notes
  • Notebook: API Development using Django Framework
  • Speaker: Personal
  • Date Created: April 1, 2025, 1:16 a.m.
  • Owner: Rosilie

In this post, we use the primary key to allow other CRUD operations.

1.  So we update the API\URLS.PY to include the PK-based operations.

2.  Update the API\VIEWS.PY

Then update as:

3. Now view the specific path of blog post # 1:

Now, you can update and delete this record.

You can also add a new post here:

Then you can reload your page:

4.  To allow CRUD operations on Comment model, then we update the class CommentDetailView:

5. To view the COMMENTS path:

6.  To delete the specific comment:

7. View the deleted record:

8.

 



No PDF file attached.

Notebook
Notebook Details
Title: API Development using Django Framework
Category: API