forked from rc/aircox
file moves...
This commit is contained in:
@ -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',
|
||||
}
|
||||
|
Reference in New Issue
Block a user