1.render() missing 1 required positional argument: ‘template_name’
多打了一个括号:
2.‘WSGIRequest’ object has no attribute ‘get’
将
改为user_login_form = UserLoginForm(request.POST)
3.数据迁移
python manage.py makemigrations
python manage.py migrate
多打了一个括号:
将
改为user_login_form = UserLoginForm(request.POST)
python manage.py makemigrations
python manage.py migrate