##

“NoReverseMatch with keyword argument uidb64 with Django 2.0”

path(
    'activate/<slug:uidb64>/<slug:token>/',
    views.activate_account, 
    name='activate'
)

“LoginView”; extra_context is how you can add title to the login page

“LogoutView”

Default login which is “accounts/login”

“How to Specify the URL for the login_required Decorator in Django”