Skip to content

zsiciarz/django-pgallery

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 1, 2021 22:05
September 1, 2021 21:03
September 1, 2021 22:05
January 2, 2016 06:43
July 8, 2013 01:47
November 15, 2021 21:30
January 19, 2014 13:38
November 15, 2021 21:30

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.