from django.urls import path from login.views import loginview urlpatterns = [ path('login/', loginview) ]