Django application for making galleries from uploaded zip file
Project description
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
Based on Mezzanine solution for uploading zip to gallery. See LICENSE for more