prepare_queue_task: Take app not request.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 26 Dec 2012 22:40:42 +0000 (23:40 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 26 Dec 2012 22:42:26 +0000 (23:42 +0100)
commitb228d89715558281d9573543dd0d6c74836d42ca
tree858aeb502482ac2cda3b41acc176b21e9a606250
parent01986008f66a1899d415a186c688f3056f6d8e6b
prepare_queue_task: Take app not request.

First rename prepare_entry to prepare_queue_task, because
this is really more like what this thing does.

Thanks to Velmont for noting that we do not need a request
in here, but an "app" is good enough. Which means, that
this stuff can be called from tool scripts too.
mediagoblin/plugins/api/views.py
mediagoblin/submit/lib.py
mediagoblin/submit/views.py