Metadata-Version: 2.0
Name: cmsplugin-carousel-ai
Version: 0.0.2
Summary: Image carousel plugin for Django CMS
Home-page: https://github.com/andersinno/cmsplugin-carousel-ai
Author: Anders Innovations
Author-email: info@anders.fi
License: MIT
Platform: UNKNOWN
Requires-Dist: django-cms (>=3.2)
Requires-Dist: django-filer (>=1.2.4)
Requires-Dist: easy-thumbnails (>=2.3)

# cmsplugin-carousel-ai

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.

## Getting started

1. Install
2. Add `'cmsplugin_carousel_ai'` to `INSTALLED_APPS`
3. 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.

## Installing for development

Use `pip install -e /path/to/checkout` to install as "editable" package to your venv



