1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] Should I use Django's `FloatField()` or `DecimalField(`) for audio length?

Discussão em 'Python' iniciado por Stack, Setembro 11, 2024.

  1. Stack

    Stack Membro Participativo

    Using duration = float(ffmpeg.probe(audio_path)["format"]["duration"]), I collect an audio/video's length and want to store it using my models. Should I use models.DecimalField() or models.FloatField()? I use it to calculate and store a credit/cost in my model using credit = models.DecimalField(max_digits=20, decimal_places=4)

    Continue reading...

Compartilhe esta Página