Skip to content

Simple but highly customizable video and audio player for the Django CMS.

License

Notifications You must be signed in to change notification settings

InQuant/djangocms_mediaplayer

Repository files navigation

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

About

Simple but highly customizable video and audio player for the Django CMS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published