Photo gallery app for Django using PostgreSQL-specific goodies.
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.
- image tagging with array data type
- storing EXIF data in HStore fields
- Zbigniew Siciarz (zbigniew at siciarz dot net)
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.