Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomatosoup97/django-zipgallery

Django Package - Creating gallery from zip file
https://github.com/tomatosoup97/django-zipgallery

Last synced: about 5 hours ago
JSON representation

Django Package - Creating gallery from zip file

Awesome Lists containing this project

README

        

==================
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
-----------

1. Download package via ``pip install django-zipgallery``
2. Add "zipgallery" to your INSTALLED_APPS
3. Run `python manage.py migrate` to create gallery models in database
4. Start running your development and visit ``admin panel`` add new gallery

Created by `Mateusz Urbanczyk a.k.a Tomatosoup `_

Based on `Mezzanine `_ solution for uploading zip to gallery
See LICENSE for more