Django docs says to use path(\'accounts/\', include(\'django.contrib.auth.urls\')) but I don\'t want it to have "accounts/" url instead I only want it to
path(\'accounts/\', include(\'django.contrib.auth.urls\'))