I'm receiving the error "render() got an unexpected keyword argument 'renderer'" while I try to run my Django web app. When I remove the error shown, the app runs bu without some fields and looks like this. When I take a look at the forms.py file, I see that the code doesn't have any errors. The rest of the file can be seen here. I can't seem to find where the problem is as I've only started with Django as a way of learning python. Can anyone point to me where the problem is and help me get a solution to it? Thank you.
Asked
Active
Viewed 63 times
0
-
1Does this answer your question? [Django TypeError: render() got an unexpected keyword argument 'renderer'](https://stackoverflow.com/questions/52039654/django-typeerror-render-got-an-unexpected-keyword-argument-renderer) – Aurélien May 24 '20 at 20:17
-
can you post the code in views.py and forms.py file – weird.ly May 24 '20 at 21:59