Metadata-Version: 1.0
Name: cmsplugin-carousel-ai
Version: 0.0.1
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
Description: # 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
        
        
Platform: UNKNOWN
