tatsumaki002

Results 3 issues of tatsumaki002

### **用Ajax实现投票功能** 代码中**from vote import views**,如果是跟着文档走的话,此时应该是对应polls应用才对,所以需要修改成**from polls import views** 前一天的from polls.views import show_subjects, show_teachers可以直接删除 另外urlpatterns后面的引用有问题,不是views.prise...应该是views.praise ### 设计视图函数 设计视图函数应该在应用(即polls目录下)的views.py,因为用到了JsonResponse,所以在开头需要导入 from django.http import JsonResponse

最开始连接是正常的,后续就会开始报错了。 ![image](https://github.com/hanc00l/nemo_go/assets/50016287/a2b07856-85c6-4845-8dcd-a99e20953219) 日志记录大概是这样: ![image](https://github.com/hanc00l/nemo_go/assets/50016287/a52e9669-de44-4219-a3b0-b2049385fc5b) 认证都是成功的,请大佬解惑

### Describe the feature request 看help里-t参数只能针对单个目标测试,但实际可能需要针对很多的目标。 ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability...