file moves...

This commit is contained in:
bkfox
2015-12-22 08:34:52 +01:00
parent c3d584c787
commit 0511ec5bc3
17 changed files with 0 additions and 433 deletions

View File

@ -1,22 +0,0 @@
from django.db import models
from aircox.cms.models import RelatedPost
import aircox.programs.models as programs
class Program (RelatedPost):
class Relation:
model = programs.Program
bind_mapping = True
mapping = {
}
class Episode (RelatedPost):
class Relation:
model = programs.Diffusion
bind_mapping = True
mapping = {
'thread': 'program',
# 'title': 'name',
# 'content': 'description',
}