同步数据库

This commit is contained in:
曹前明 2022-10-03 13:30:10 +08:00
parent 1042724b70
commit e89e4dc180
2 changed files with 0 additions and 2 deletions

View File

@ -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.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.ecm.tasks import opl_task, update_count_people
from apps.opm.models import Opl from apps.opm.models import Opl
from apps.system.tasks import show
from apps.third.clients import dhClient from apps.third.clients import dhClient
from apps.third.models import TDevice from apps.third.models import TDevice
from apps.utils.sms import send_sms from apps.utils.sms import send_sms

View File

@ -2,7 +2,6 @@
import os import os
import cv2 import cv2
from django.http import HttpResponse from django.http import HttpResponse
from apps.system.tasks import show
from apps.utils.errors import SIGN_MAKE_FAIL from apps.utils.errors import SIGN_MAKE_FAIL
from server.settings import BASE_DIR from server.settings import BASE_DIR
import numpy as np import numpy as np