Photo gallery app for PostgreSQL and Django.


License
MIT
Install
pip install django-pgallery==0.11

Documentation

django-pgallery

Requirements Status Latest PyPI version Number of PyPI downloads Supported Python versions Wheel Status https://travis-ci.org/zsiciarz/django-pgallery.svg?branch=master https://coveralls.io/repos/zsiciarz/django-pgallery/badge.png?branch=master

Photo gallery app for Django using PostgreSQL-specific goodies.

Overview

This is yet another Django app for creating and managing photos and photo galleries, but with a PostgreSQL twist. It was made to show off some of the advanced PostgreSQL features, therefore it is deliberately not portable to other RDBMS-es.

Features

  • image tagging with array data type
  • storing EXIF data in HStore fields

Resources

Author

  • Zbigniew Siciarz (zbigniew at siciarz dot net)

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.