Re: TypeError: 'module' object is not iterable - django 4

2022-02-01 Thread muwaga micheal
Issue was sorted.. Here is the link. python 3.x - TypeError: 'module' object is not iterable in django 4 - Stack Overflow On Monday, January 31, 2022 at 11:53:03 AM UTC+3 muwaga micheal wrote: > H

TypeError: 'module' object is not iterable - django 4

2022-01-31 Thread muwaga micheal
Hi Team, I am getting the above error, it has persisted long enough than at this point i really need help. I am using pickle to load an ML model, POST to get user input. Below is the error, my urls.py file and the views.py file. Any Help will be highly appreciated. *** Error Message *