Image carousel plugin for Django CMS
This plugin provides a way to manage Carousel objects via Django CMS plugin management. You need to implement the frontend by yourself.
- Install
- Add
'cmsplugin_carousel_ai'
toINSTALLED_APPS
- Implement frontend
- This package includes only a reference template (
templates/cmsplugin-carousel-ai/carousel.html
). - This package does not include any styling.
- This package does not include any JS functionality.
- This package includes only a reference template (
Use pip install -e /path/to/checkout
to install as "editable" package to your venv