A
A
AlexMerc2020-02-04 21:03:54
Django
AlexMerc, 2020-02-04 21:03:54

Django how to fix video error?

Part of the model

file = models.FileField("Видео",upload_to="Movies/", null=True, blank=True)

in html Error: ConnectionAbortedError: [WinError 10053] A program on your host machine aborted an established connection Anomaly: Video does not rewind I am new to Django)
<video src="{{ movie.file.url }}" controls>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question