[Answered ]-Python. Django. An Error "No file was submitted. Check the encoding type on the form" with UpdateView class

1👍

✅

In your forms.py, is travel_time supposed to be an ImageField? That seems like the reason that it would be expecting a file to be submitted.

Leave a comment