cmsplugin_oembed

Responsive video embedding for djangocms


Keywords
djangocms, django, responsive, oembed, video
License
BSD-3-Clause
Install
pip install cmsplugin_oembed==0.1.0b6

Documentation

Latest Version

djangocms oembed plugin

WORK IN PROGRESS

Installation

  • pip install cmsplugin_oembed
  • Add

    'embed_video',
    'cmsplugin_oembed'
    

    to INSTALLED_APPS

  • Sync the database, collect the static files

Authors

byteyard