7
There are two options here:
MyModelForm(instance=myInstanceModel)
MyModelForm(initial={ "my": "initial-data" })
Source:stackexchange.com
7
There are two options here:
MyModelForm(instance=myInstanceModel)
MyModelForm(initial={ "my": "initial-data" })