work on exposure to support inheritance, start to work on calendar with dynamic loading

This commit is contained in:
bkfox
2016-06-29 01:33:53 +02:00
parent df65d310f5
commit 3d8abd9df8
12 changed files with 446 additions and 184 deletions

View File

@ -32,7 +32,7 @@ class Player(sections.Section):
)
if not qs or not qs[0].is_date_in_my_range():
return ''
return {}
qs = qs[0]
post = models.Diffusion.objects.filter(related = qs) or \