摘要: 最近在学习Django,跟着视频写了一个学生系统,主要是增删改查操作,界面丑的一匹 1.url.py from django.contrib import admin from django.urls import path,re_path from app01.views import class 阅读全文
posted @ 2018-06-29 15:39 InsideOut 阅读(454) 评论(0) 推荐(0)