Compare commits
No commits in common. 'd0b543519ab45996057cf8ba2a3482e653201ff6' and 'b3454e9408a023e317b90636d83006fc0e608c53' have entirely different histories.
d0b543519a
...
b3454e9408
@ -1,10 +1,3 @@
|
|||||||
from django.shortcuts import render # django的模板渲染包
|
from django.shortcuts import render
|
||||||
|
|
||||||
# Initializing the imports
|
# Create your views here.
|
||||||
import numpy as np # 矩阵运算
|
|
||||||
import urllib # url解析
|
|
||||||
import json # json字符串使用
|
|
||||||
import cv2 # opencv包
|
|
||||||
import os # 执行操作系统命令
|
|
||||||
from django.views.decorators.csrf import csrf_exempt # 跨站点验证
|
|
||||||
from django.http import JsonResponse # json字符串返回
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
"""start URL Configuration
|
"""mysite URL Configuration
|
||||||
|
|
||||||
The `urlpatterns` list routes URLs to views. For more information please see:
|
The `urlpatterns` list routes URLs to views. For more information please see:
|
||||||
https://docs.djangoproject.com/en/3.2/topics/http/urls/
|
https://docs.djangoproject.com/en/3.2/topics/http/urls/
|
Loading…
Reference in new issue