==================
Django Zip Gallery
This package is for creating galleries from .zip file with images - no need to add image one by one.
Internal image names are auto-generated from image file names - keep in mind while improving your SEO
Quick start
- Download package via
pip install django-zipgallery
- Add "zipgallery" to your INSTALLED_APPS
- Run
python manage.py migrate
to create gallery models in database - Start running your development and visit
admin panel
to add new gallery
Created by Mateusz Urbanczyk a.k.a Tomatosoup <http://tomatosoup.pl>
_
Based on Mezzanine <https://github.com/stephenmcd/mezzanine>
_ solution for uploading zip to gallery.
See LICENSE for more