Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomatosoup97/django-zipgallery
- Owner: Tomatosoup97
- License: other
- Created: 2016-06-05T10:28:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T18:08:31.000Z (over 8 years ago)
- Last Synced: 2024-02-20T09:07:01.577Z (9 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 galleryCreated by `Mateusz Urbanczyk a.k.a Tomatosoup `_
Based on `Mezzanine `_ solution for uploading zip to gallery
See LICENSE for more