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

https://github.com/djwoms/oms-gallery


https://github.com/djwoms/oms-gallery

django2 images oms omscms plugin python3

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

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