djangocms-mediaplayer

A simple and highly customizable audio and video player plugin for the DjangoCMS.


License
MIT
Install
pip install djangocms-mediaplayer==1.2.11

Documentation

Media Player Plugin (DjangoCMS)

A simple but effective and highly customizable media player for DjangoCMS

License

Customize your HTML media player easily through overriding the css styles or create custom Templates for your Player.

Dependencies

  • django
  • django-cms
  • django-sekizai
  • django-filer

Demo

Recordit GIF


Installation

pip install djangocms-mediaplayer
  • Add mediaplayer to you INSTALLED_APPS in django's settings.py
INSTALLED_APPS = (
    # other apps
    "mediaplayer",
)
  • Run migrate
python manage.py migrate

License

MIT