def mokarValorProjeto(self): iDescricao= 'Valor Teste' iValorProjeto= Valor_do_Projeto(descricao= iDescricao) iValorProjeto.save()
def mokarValorProjeto(self): iDescricao= 'Valor Teste' iValorProjeto= Valor_do_Projeto(descricao= iDescricao) iValorProjeto.save() return Valor_do_Projeto.objects.all()[0]