Starting a piwigo api plugin.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 13 Mar 2013 13:51:00 +0000 (14:51 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 19 Mar 2013 20:55:31 +0000 (21:55 +0100)
commit427beb08afa5fee6a7537f3418e95cf93f440571
tree09ca1df9a4638534bfc6c1bbe1de8ef8101f9f4d
parent997ef976699b8d10908ee908cb62b9587d023f92
Starting a piwigo api plugin.

This one just puts up the basic endpoint, some
infrastructure and a fake login method.

Lots more needed.
mediagoblin/plugins/piwigo/__init__.py [new file with mode: 0644]
mediagoblin/plugins/piwigo/views.py [new file with mode: 0644]