]> git.parisson.com Git - telemeta.git/commit
add a URLField to MediaItem
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 21 Jan 2014 23:47:40 +0000 (00:47 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 21 Jan 2014 23:47:40 +0000 (00:47 +0100)
commit917a0131a91b1585713ed9d203d8458a2d83c1db
tree6d10d59a7aa8f8f083918da0ad49a65f15d428db
parentb72d53583b77021e9a2d682c3d5ee0af76ae435a
add a URLField to MediaItem
add media streaming support from URLs, FIXME: resource sound properties
example/sandbox/settings.py
telemeta/management/commands/telemeta-import-items-from-url.py [new file with mode: 0644]
telemeta/migrations/0032_auto__add_field_mediaitem_url.py [new file with mode: 0644]
telemeta/models/media.py
telemeta/models/query.py
telemeta/templates/telemeta/mediaitem_detail.html
telemeta/util/url.py [new file with mode: 0644]
telemeta/views/item.py