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.