因採用django 內建的auth_views 因此不用再呼叫到login 的views ,只需填妥template urlpatterns = [ url(r'^login/$', auth_views.LoginView.as_view(
確定! 回上一頁