Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up43.静态资源和Ajax请求.md: 好评”和“差评”功能映射对应的URL写错; 46.报表和日志.md:生成echarts 路由写错 #496
Comments
|
前面没有vote,后面直接用的,然后static之类的,小白直接蒙了 |
他这个是又起了一个投票应用-起名字叫poll2,admin.py引入的那个就是 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.
path('praise/', views.prise_or_criticize), path('criticize/', views.prise_or_criticize),这里面的方法名和方法 def praise_or_criticize(request):没对应上
赞应该是praise
2.
urlpatterns = [ # 此处省略上面的代码 path('teachers_data/', views.export_teachers_excel), # 此处省略下面的代码 ]这里export_teachers_excel 应该是get_teachers_data
然后缺一个展示图表的路由