[Django]-Django prepopulate form with the fields from the database

7👍

You just need to set the instance when you instantiate the form in the else clause, just like you do for the POST.

Leave a comment