示例#1
0
 def handle(self, *args, **options):
     offset = options['offset']
     subscribers = options.get('subscribers', None)
     Feed.index_all_for_search(offset=offset, subscribers=subscribers)
     
示例#2
0
 def handle(self, *args, **options):
     offset = options['offset']
     subscribers = options.get('subscribers', None)
     Feed.index_all_for_search(offset=offset, subscribers=subscribers)
     
示例#3
0
 def handle(self, *args, **options):
     offset = options['offset']
     Feed.index_all_for_search(offset=offset)
示例#4
0
 def handle(self, *args, **options):
     offset = options['offset']
     Feed.index_all_for_search(offset=offset)