04 2020 档案
摘要:app.py: from django.apps import AppConfig class DalConfig(AppConfig): name = 'users' verbose_name = "师生管理" __init__.py: default_app_config = "users.ap
阅读全文
摘要:py文件: from django.utils.http import urlquote from rest_framework.views import APIView from django.shortcuts import render, redirect, HttpResponse from
阅读全文