[Answer]-Retrieve value from database for the particular id which is in url using class based views in django

1👍

You should use the UpdateView for this task.

UPDATE: If you want to display instance details on one page and the edit form on another then use the DetailView for the first step.

Leave a comment