# 注释掉此行
'django.contrib.auth.middleware.AuthenticationMiddleware',
]
INSTALLED_APPS...= [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions...),
path('user/',views.userinfo,name="user")
]
然后写好views.py中的视图函数,默认我们返回base.html这个页面.
from django.shortcuts...' + str(i),'salary':80}
user_list.append(temp)
return render(request,'user.html',{'user_list...':user_list})