S Cox
S Cox
Same issue with intel macbook pro
@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...