Skip to content

Instantly share code, notes, and snippets.

@lopinho
Created December 26, 2019 19:25
Show Gist options
  • Save lopinho/b4960c74d53961c369c9060061534533 to your computer and use it in GitHub Desktop.
Save lopinho/b4960c74d53961c369c9060061534533 to your computer and use it in GitHub Desktop.
from novo_financeiro.models import *
notas = Nota.objects.filter(cache_dicionario__contains='"APL01-19"')
for nota in notas:
dicionario = nota.dicionario_do_cache()
dicionario['taxas'] = 0
nota.salva_dicionario_no_cache (dicionario)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment