摘要: urls urls中使用 1 urlpatterns = [ 2 path('admin/', admin.site.urls), 3 path('polls/', include('polls.urls', namespace='polls')), 4 ] View Code 运行后报错,错误代码 阅读全文
posted @ 2020-06-21 03:02 Paif 阅读(145) 评论(0) 推荐(0)