S Cox

Results 3 comments of S Cox

@macolo on your server you'll want to add: `from django.contrib.auth import views as auth_views` `path('login/', auth_views.LoginView.as_view(), name='login'),` to urls.py and you'll also need to configure your templates and add a...

@fznshk on your server you'll want to add: `from django.contrib.auth import views as auth_views` `path('login/', auth_views.LoginView.as_view(), name='login'),` to urls.py and you'll also need to configure your templates and add a...