jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.

Home Page:http://django-embed-video.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unexpected keyword argument 'renderer' DJANGO 2.1

FilipeRafaeli opened this issue · comments

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'

`

This is addressed in PR #88.

For now you can use the workaround mentioned there.