I have two forms : one for adding and the other for updating
class UserAddForm(forms.ModelForm): class Meta: model = User fields = []