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