Create add_media_to_collection()
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 23 Apr 2013 10:29:17 +0000 (12:29 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 23 Apr 2013 10:29:17 +0000 (12:29 +0200)
commit6bea8a9094d92a55fdb81b644a06f3c525338e98
treee2f488c993b8adc5f829da8b077aa55d61dd00d4
parente6bd03d429a523644513b1fb094521c2f6861973
Create add_media_to_collection()

The ideas is by Alon Levy.

Not only media_collect, but also other places might want to
add media to a collection. So refactor this into a function
for easier usage.
mediagoblin/user_pages/lib.py
mediagoblin/user_pages/views.py