Giter Club home page Giter Club logo

django-slides's Introduction

Django Slides

A Django application that makes it easy to add, edit, and deploy slideshows using the excellent Slides.js jQuery plugin by Nathan Searles.

Installation

  1. Download and place the 'slideshow' folder somewhere on your PYTHONPATH.
  2. Add slideshow to your INSTALLED_APPS under settings.py.
  3. To use a slideshow in another Django application, you can refer to the slideshow object as slideshow.Slideshow in your Django models.
  4. If you're not extending base.html, make sure you have jQuery 1.4.2+ and Slides 1.1.7+ in your templates somewhere. Use {% load slideshow_tags %} in whatever template you wish to use a slideshow in.

Usage

Create a slideshow in the Django admin panel by selecting desired effects and customizing slides as needed. Slides can be created with images and captions, or just pure text (formatted as HTML).

Use the slideshow in a template (after properly loading it) with:

`{% place_slides Slideshow %}`

Where Slideshow is some Slideshow object.

Customization

Buttons, frames, and pagination can be changed inside the static/img folder and CSS can be changed inside the static/css folder.

To-do List

  • Custom pagination
  • Better admin panel

License

Django Slides is licensed under the Apache license.

django-slides's People

Contributors

clarle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.