You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
452 B

from django.shortcuts import render
# Create your views here.
1 year ago
# Create your views here.
from django.http import JsonResponse
1 year ago
from EduSystemServer.utils import ResponseUtil
1 year ago
from .models import Teacher
from django.views.decorators.csrf import csrf_exempt
1 year ago
from io import BytesIO
from django.http.multipartparser import MultiPartParser
1 year ago
from django.http import QueryDict
1 year ago
from course.models import Course,SC
from Student.models import Student
1 year ago
import json