所以我试图建立一个简单的视图,允许用户使用表单提交来更改他们的头像。在POST请求之前渲染视图可以很好地工作,但是当用户通过表单提交提交新的图像文件时,我得到了以下错误: ValueError at /
The view dashboard.views.index didn'treturn an HttpResponse object.It returned None instead.
The view auth_lifecycle.views.user_profile didn't return an HttpResponse object.It returned None instead."""Renders web pages for the user-authentication-lifecycle project."""from django.templa