Metadata-Version: 2.0
Name: django-pgallery
Version: 0.2dev
Summary: Photo gallery app for PostgreSQL and Django.
Home-page: http://github.com/zsiciarz/django-pgallery
Author: Zbigniew Siciarz
Author-email: zbigniew@siciarz.net
License: MIT
Download-URL: http://pypi.python.org/pypi/django-pgallery
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Requires-Dist: Django (>=1.4)
Requires-Dist: Pillow
Requires-Dist: psycopg2 (>=2.4)
Requires-Dist: django-markitup (>=1.0)
Requires-Dist: django-model-utils (>=1.1)
Requires-Dist: djorm-ext-core (>=0.4.2)
Requires-Dist: djorm-ext-expressions (>=0.4.4)
Requires-Dist: djorm-ext-hstore (>=0.4.2)
Requires-Dist: djorm-ext-pgarray
Requires-Dist: sorl-thumbnail (>=11)

===============
django-pgallery
===============

.. image:: https://pypip.in/v/django-pgallery/badge.png
    :target: https://crate.io/packages/django-pgallery/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/django-pgallery/badge.png
    :target: https://crate.io/packages/django-pgallery/
    :alt: Number of PyPI downloads

.. image:: https://travis-ci.org/zsiciarz/django-pgallery.png?branch=master
    :target: https://travis-ci.org/zsiciarz/django-pgallery

.. image:: https://coveralls.io/repos/zsiciarz/django-pgallery/badge.png?branch=master
    :target: https://coveralls.io/r/zsiciarz/django-pgallery?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
---------

 * `Issue tracker <https://github.com/zsiciarz/django-pgallery/issues>`_

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.



