Skip to content

DJWOMS/oms-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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