A djangocms carousel slider plugin.
Project description
[](https://travis-ci.org/creimers/cmsplugin_simpleslider)
[](https://coveralls.io/r/creimers/cmsplugin_simpleslider?branch=master)
[](https://codeclimate.com/github/creimers/cmsplugin_simpleslider)
[](https://requires.io/github/creimers/cmsplugin_simpleslider/requirements/?branch=master)
[](https://img.shields.io/pypi/v/cmsplugin_simpleslider.svg)
[](https://img.shields.io/pypi/pyversions/cmsplugin_simpleslider.svg)
[](https://img.shields.io/pypi/status/cmsplugin_simpleslider.svg)
# djangocms slider plugin
A djangocms carousel slider plugin based on [slick](http://kenwheeler.github.io/slick/). Requires django>=1.7.
## Installation
* ``pip install cmsplugin_simpleslider``
* add
```
'filer',
'easy_thumbnails',
'cmsplugin_filer_image',
'adminsortable',
'cmsplugin_simpleslider',
```
to ``INSTALLED_APPS``.
* add
```
THUMBNAIL_PROCESSORS = (
'easy_thumbnails.processors.colorspace',
'easy_thumbnails.processors.autocrop',
'filer.thumbnail_processors.scale_and_crop_with_subject_location',
'easy_thumbnails.processors.filters',
)
```
to ``settings.py``.
* add
```
'cmsplugin_filer_image': 'cmsplugin_filer_image.migrations_django',
```
to ``MIGRATION_MODULES``
* sync the database
[](https://coveralls.io/r/creimers/cmsplugin_simpleslider?branch=master)
[](https://codeclimate.com/github/creimers/cmsplugin_simpleslider)
[](https://requires.io/github/creimers/cmsplugin_simpleslider/requirements/?branch=master)
[](https://img.shields.io/pypi/v/cmsplugin_simpleslider.svg)
[](https://img.shields.io/pypi/pyversions/cmsplugin_simpleslider.svg)
[](https://img.shields.io/pypi/status/cmsplugin_simpleslider.svg)
# djangocms slider plugin
A djangocms carousel slider plugin based on [slick](http://kenwheeler.github.io/slick/). Requires django>=1.7.
## Installation
* ``pip install cmsplugin_simpleslider``
* add
```
'filer',
'easy_thumbnails',
'cmsplugin_filer_image',
'adminsortable',
'cmsplugin_simpleslider',
```
to ``INSTALLED_APPS``.
* add
```
THUMBNAIL_PROCESSORS = (
'easy_thumbnails.processors.colorspace',
'easy_thumbnails.processors.autocrop',
'filer.thumbnail_processors.scale_and_crop_with_subject_location',
'easy_thumbnails.processors.filters',
)
```
to ``settings.py``.
* add
```
'cmsplugin_filer_image': 'cmsplugin_filer_image.migrations_django',
```
to ``MIGRATION_MODULES``
* sync the database
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cmsplugin_simpleslider-0.1.0b5.tar.gz.
File metadata
- Download URL: cmsplugin_simpleslider-0.1.0b5.tar.gz
- Upload date:
- Size: 293.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4250a4baa3d183875295ab54d509a005765a13e7321019eff7a6d535b954e108
|
|
| MD5 |
993d365c02008253b9f696713dbae118
|
|
| BLAKE2b-256 |
417c7ba9a2c333136f510a2d6d765314d3b8b850ff0b9f25c3cd7a3b53a2635c
|