Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
cmsplugin-nivoslider
Advanced tools
Beautiful image and content slider plugin. Shows the widely used jQuery Nivo slider plugin from http://nivo.dev7studios.com/.
Features:
Requires:
django-CMS <https://github.com/divio/django-cms>
_
(tested with 2.3)django-filer <https://github.com/stefanfoulis/django-filer>
_
(tested with 0.9a1)#. pip install cmsplugin_nivoslider
#. Add 'cmsplugin_nivoslider'
to INSTALLED_APPS
#. Add 'cmsplugin_nivoslider.thumbnail_processors.pad_image',
to your THUMBNAIL_PROCESSORS
(before autocrop
)
#. Run ./manage.py syncdb
(or ./manage.py migrate cmsplugin_nivoslider
if you are using South)
You need to have correctly configured staticfiles for autodiscovering and using themes.
If you use South < 1.0, you will have to specify the migrations path using:
.. code-block:: python
SOUTH_MIGRATION_MODULES = { 'cmsplugin_nivoslider': 'cmsplugin_nivoslider.south_migrations', }
On version 0.4, we have dropped the custom image albums in behalf of django-filer Folders. So if you are upgrading from a previous version, you will have to upload again your images to a filer folder.
When reloading your Django app, the plugin will search for themes on the following
static dir: nivo/themes/
.
So all you need to do is putting your theme plugin on static/nivo/themes/pluginname
dir of some app of your Django project.
So after collectstatic, theme will be available under the directory:
STATIC_ROOT/nivo/themes/pluginname
And will be found by cmsplugin_nivoslider.
:Authors:
:Initial version date: 2012/03/14
FAQs
Simple Nivo Slider plugin for django-cms
We found that cmsplugin-nivoslider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.