一.Form文件上传 """ Django settings for prev_chouti project. Generated by 'django-admin startproject' using Django 1.10.3. For more information on this file, see https://docs.djangoproject.com/en/1.10/topics/settings/ For the full list of settin…
{# {% for u in teacher_d.keys %}#} {# {% for u in teacher_d.values %}#} {% for k,u in teacher_d.items %} <input type="text" value="{{ k }}"> <input type="text" value="{{ u }}"> {% endfor %} user_dict = {…