from django.conf.urls import url from paths import views urlpatterns = ( url(r'^some/path/here$', views.path_view, name='path_view'), ).
確定! 回上一頁