You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed django-messages to my project. all the URLs work as listed in the urls.py of django-messages. but I'm having an issue when accessing the compose page.
it gives me this error:
TypeError at /messages/compose/
render() got an unexpected keyword argument 'renderer'
it looks like it is having an issue when I call the render function. I'm not sure why because I have another view file that uses the same function, and it does not have an issue.
hello.
I just installed django-messages to my project. all the URLs work as listed in the urls.py of django-messages. but I'm having an issue when accessing the compose page.
it gives me this error:
it looks like it is having an issue when I call the render function. I'm not sure why because I have another view file that uses the same function, and it does not have an issue.
I hope you can help me on this. Please advise if you need more information. I've also posted more details here in SO: https://stackoverflow.com/questions/62370869/render-got-an-unexpected-keyword-argument-renderer
The text was updated successfully, but these errors were encountered: