コード例 #1
0
 def handle(self, *args, **options):
     self.stdout.write('Start crawlling...')
     scrapping()
     self.stdout.write('Successfully finish crawlling.')
コード例 #2
0
ファイル: tasks.py プロジェクト: victorliun/pace_insight_car
def run_scrapper():
    """
    running scraper.
    """
    scrapping()