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
- Host: GitHub
- URL: https://github.com/djwoms/oms-gallery
- Owner: DJWOMS
- License: bsd-3-clause
- Created: 2019-07-14T09:13:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T23:52:51.000Z (over 3 years ago)
- Last Synced: 2024-10-11T12:57:53.744Z (8 months ago)
- Topics: django2, images, oms, omscms, plugin, python3
- Language: Python
- Size: 20.5 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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