]> git.parisson.com Git - teleforma.git/commit
add video source (telecaster) selection page by rooms
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 30 Jan 2014 13:45:22 +0000 (14:45 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 30 Jan 2014 13:45:22 +0000 (14:45 +0100)
commit138b47352a3b03222aea0a098c93db5df1399530
tree25c0de428e5ebb4ef39cd657efe08c8c01688b86
parent700686db10b18be0a2d85c4afd4c4f4c1c4495f0
add video source (telecaster) selection page by rooms
15 files changed:
example/settings.py
example/urls.py
teleforma/models/sources.py [deleted file]
teleforma/sources/__init__.py [new file with mode: 0644]
teleforma/sources/admin.py [new file with mode: 0644]
teleforma/sources/migrations/0001_initial.py [new file with mode: 0644]
teleforma/sources/migrations/0002_auto__add_field_monitor_record_path.py [new file with mode: 0644]
teleforma/sources/migrations/__init__.py [new file with mode: 0644]
teleforma/sources/models.py [new file with mode: 0644]
teleforma/sources/tests.py [new file with mode: 0644]
teleforma/sources/urls.py [new file with mode: 0644]
teleforma/sources/views.py [new file with mode: 0644]
teleforma/templates/teleforma/source_detail.html [new file with mode: 0644]
teleforma/templates/telemeta/base.html
teleforma/views/core.py