[Django]-Django unexpected keyword argument 'instance'

3👍

def ProjectForm(ModelForm):

Unless this is just a typo when posting it here, there’s your problem.
You’ve defined a ProjectForm function, not a class.

Leave a comment