Skip to content

Instantly share code, notes, and snippets.

"""
workaround until https://github.com/jazzband/django-embed-video/pull/88 gets released
just import from this and use PR88AdminVideoMixin in place of AdminVideoMixin
"""
import inspect
from embed_video.admin import AdminVideoMixin, AdminVideoWidget
from embed_video.fields import EmbedVideoField