documentation

This commit is contained in:
bkfox
2015-11-24 13:44:38 +01:00
parent 5109392db7
commit 49c4939708
7 changed files with 68 additions and 48 deletions

View File

@ -8,8 +8,6 @@ class Program (RelatedPost):
model = programs.Program
bind_mapping = True
mapping = {
'title': 'name',
'content': 'description',
}
class Episode (RelatedPost):