同步数据库
This commit is contained in:
parent
1042724b70
commit
e89e4dc180
|
@ -14,7 +14,6 @@ from rest_framework.exceptions import APIException
|
|||
from apps.ecm.service import check_not_in_place, create_remind, handle_xx_event, loc_change, notify_event, rail_in, snap_and_analyse
|
||||
from apps.ecm.tasks import opl_task, update_count_people
|
||||
from apps.opm.models import Opl
|
||||
from apps.system.tasks import show
|
||||
from apps.third.clients import dhClient
|
||||
from apps.third.models import TDevice
|
||||
from apps.utils.sms import send_sms
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
import os
|
||||
import cv2
|
||||
from django.http import HttpResponse
|
||||
from apps.system.tasks import show
|
||||
from apps.utils.errors import SIGN_MAKE_FAIL
|
||||
from server.settings import BASE_DIR
|
||||
import numpy as np
|
||||
|
|
Loading…
Reference in New Issue