Skip to content

brente/djangocms-youtube-slider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djangocms-youtube-slider

django-cms youtube slider built with http://flexslider.woothemes.com/ and good intentions

It works on my envs and for my purposes... but... feel free to fork and send pull requests!

Installation

$ python setup.py install

Add the djangocms_youtube_slider to your INSTALLED_APPS

INSTALLED_APPS = (
    # ...
    'djangocms_youtube_slider',
    # ...

If you are using South for database migrations, please ensure you have installed at least version 1.0, or it won't be able to find the migrations (stored under south_migrations).

Configure how to use the YoutubeSliderPlugin with django-cms.

About

django-cms youtube slider build with http://flexslider.woothemes.com/ and good intentions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • Python 24.6%
  • CSS 8.1%
  • HTML 3.1%