试试这个:
urlpatterns = [ url(r'^$', LoginView.as_view(template_name='landing.html', redirect_authenticated_user=True), name='landing')
]