Re: Problem with adding image files to my object.

2021-03-07 Thread Ryan Nowakowski
On Thu, Mar 04, 2021 at 05:16:55AM -0800, N!KH!L wrote: > Hello everyone! > I am trying to convert multiple audio files to image files. > After data processing when i try to add o/p(image) using > below code, > *I am getting an error "'list' object has no attribute '_committed'" in my > browser*

Problem with adding image files to my object.

2021-03-04 Thread N!KH!L
Hello everyone! I am trying to convert multiple audio files to image files. After data processing when i try to add o/p(image) using below code, *I am getting an error "'list' object has no attribute '_committed'" in my browser* Here is my *views.py* def home(request): if request.method == 'PO