New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cmsplugin_simpleslider

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmsplugin_simpleslider

A djangocms carousel slider plugin.

  • 0.1.0b5
  • PyPI
  • Socket score

Maintainers
1

Build Status Coverage Status Code Climate Requirements Status Latest Version Supported Python versions Status

djangocms slider plugin

A djangocms carousel slider plugin based on 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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc