def handle(self, *args, **options):
     s = Searcher()
     s.reset_index()
     for sitemap_url in  args:
         s.scan_site(sitemap_url)
Exemple #2
0
 def handle(self, *args, **options):
     s = Searcher()
     s.reset_index()
     for sitemap_url in args:
         s.scan_site(sitemap_url)