Skip to content

InQuant/djangocms_mediaplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors