jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
383 stars 137 forks source link

unexpected keyword argument 'renderer' DJANGO 2.1 #90

Closed FilipeRafaeli closed 5 years ago

FilipeRafaeli commented 5 years ago

in django 2.1 an error happens

`

Request Method: GET

http://localhost:8000/admin/videos/youtube/add/ 2.1 TypeError render() got an unexpected keyword argument 'renderer'

`

mgrdcm commented 5 years ago

This is addressed in PR #88.

For now you can use the workaround mentioned there.