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