摘要:
编辑老师信息 在teacher.html中添加修改编辑连接: <a href="/edit_teacher/?nid={{ row.tid }}">编辑</a> 在views.py中创建响应函数: def edit_teacher(request): if request.method == "GE 阅读全文
posted @ 2020-12-26 06:25
cczhy
阅读(107)
评论(0)
推荐(0)
|
摘要:
编辑老师信息 在teacher.html中添加修改编辑连接: <a href="/edit_teacher/?nid={{ row.tid }}">编辑</a> 在views.py中创建响应函数: def edit_teacher(request): if request.method == "GE 阅读全文
posted @ 2020-12-26 06:25
cczhy
阅读(107)
评论(0)
推荐(0)
|