oms-gallery

Image management for Django.


Keywords
django2, images, oms, omscms, plugin, python3
License
BSD-3-Clause
Install
pip install oms-gallery==0.3.2

Documentation

OMS-GALLERY

A image management and gallery application for the Django web framework. Upload photos, upload photos zip-achieve, group them into galleries.

Install

::

pip install oms_gallery

INSTALLED_APPS = [

    'oms-gallery',
]

python manage.py migrate