Skip to main content

Simple Slideshow application

Project description

A Django application to make slideshows.

Very simple, you can have multiple slideshow, and each of them have their own slides. Slides can contains a title, a content text and an image, and they can be ordered.

Actually there is no view to display them, only a template tag to use in your templates or a plugin to use with django-cms.

Although it has been developed for Orbit Foundation slider, it does not contains any assets to integrate it in your site, this is at your responsability to integrate it (add your assets where your need, customise the template, etc..).

Require

Install

Add it to your installed apps in the settings :

INSTALLED_APPS = (
    ...
    'slideshows',
    ...
)

Then add the new models to your database :

./manage.py syncdb

If DjangoCMS is installed (this should be as djangocms_text_ckeditor require it), a plugin will be available to use slideshows in your pages.

Update

If you update an existing install to a major new version, you will need to update your database :

./manage.py migrate slideshows

Usage

Create your slideshow from the admin, feed it with some slides, then use it in your templates :

{% load slideshows_tags %}
...
{% slideshow_render slug='your-slug' %}

Or use it in your page as a content plugin with django-cms.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emencia-django-slideshows-0.6.0.tar.gz (9.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page