Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 710 Bytes

README.rst

File metadata and controls

23 lines (16 loc) · 710 Bytes

Django Slideshow

A simple slideshow app for your projects. Use the output with any JavaScript slideshow tool to create awesome slide shows. And I do mean AWESOME!

Features

A simple output to work with different JavaScript libraries.

Installation

  1. Add the slideshow directory to your Python path.
  2. Setup ImageKit for your slideshow. Basic settings are provided. Learn more here: http://bitbucket.org/jdriscoll/django-imagekit/wiki/Home
  3. Add slideshow to your INSTALLED_APPS.
  4. Run the command manage.py syncdb to install the models.

Requirements

Imagekit: http://bitbucket.org/jdriscoll/django-imagekit/wiki/Home