예제 #1
0
 def current_providers(self):
     return Provider.shared_with_group(self).filter(only_current(), active=True)
예제 #2
0
파일: group.py 프로젝트: j143-zz/atmosphere
 def current_providers(self):
     return Provider.shared_with_group(self).filter(only_current(), active=True)