This commit is contained in:
guange 2019-01-18 10:27:58 +08:00
parent 2da62094cc
commit 7a55e90b60
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from django.shortcuts import render
from django.http import HttpResponse
from . import scrapy_client
from myapp.models import CrawlInfos, PlatformInfos
from myapp.models import CrawlInfos, PlatformInfos, News
from myapp.utils import get_platform_info
import json