Beispiel #1
0
 def save(self):
     obj = ClasseTeste(campo1=self.cleaned_data["descricao"], campo2=self.cleaned_data["descricao2"])
     obj.save()