Beispiel #1
0
 def AllCommitteesFeed():
     from events.models import Feed
     return Feed.get_noarg_feed("misc:allcommittee")
Beispiel #2
0
 def AllVotesFeed():
     from events.models import Feed
     return Feed.get_noarg_feed("misc:allvotes")
Beispiel #3
0
 def AllVotesFeed():
     from events.models import Feed
     return Feed.get_noarg_feed("misc:allvotes")
Beispiel #4
0
 def AllCommitteesFeed():
     from events.models import Feed
     return Feed.get_noarg_feed("misc:allcommittee")