merge diffusions and episode, work on different fixes, duration are timefield, make it work

This commit is contained in:
bkfox
2015-11-22 23:24:19 +01:00
parent 44fc4dae31
commit 25e3d4cb53
10 changed files with 357 additions and 189 deletions

View File

@ -14,11 +14,11 @@ class Program (RelatedPost):
class Episode (RelatedPost):
class Relation:
model = programs.Episode
model = programs.Diffusion
bind_mapping = True
mapping = {
'thread': 'program',
'title': 'name',
'content': 'description',
# 'title': 'name',
# 'content': 'description',
}