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