work on admin ui

This commit is contained in:
bkfox
2019-09-05 23:05:04 +02:00
parent b96f60e779
commit 2d21ab2434
19 changed files with 274 additions and 18 deletions

View File

@ -31,6 +31,9 @@ class ProgramQuerySet(PageQuerySet):
# FIXME: reverse-lookup
return self.filter(station=station)
def active(self):
return self.filter(active=True)
class Program(Page):
"""