That's what URL Routing is -- it routes a request to where it needs to ... from django.urls import include, path, re_path from someapp.views ...
確定! 回上一頁