轻轻松松学Django(二):路由层(django.urls URLconfs)
文章目录轻轻松松学Django(二):路由层(django.urls URLconfs)1.path(route,view,name,kwargs)详解1.1 四个参数详解1.2 参数route匹配规则2. re_path(route, view, name,kwargs)详解3.include()函数详解3.1 include(module,namespace = none)详解3.2 include(modul