Skip to main content

A simple mezzanine app which allows galleries to be placed at the bottom of pages as a slideshow

Project description

====================
mezzanine-slideshows
====================

mezzanine-slideshows is an app which allows the user to select galleries to appear at the bottom
of other pages as slideshows.

Documentation coming to readthedocs.com

Quick start
-----------

1. Add "mezzanine-slideshows" to your INSTALLED_APPS after your Django apps and before your Mezzanine apps
like this:

INSTALLED_APPS = (
...
"django.contrib.staticfiles",
"mezzanine_slideshows",
"mezzanine.boot",
...
)

3. Run `python manage.py migrate` to create the mezzanine-slideshows models.

4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a slideshow.

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

mezzanine-slideshows-0.2.tar.gz (15.0 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