1👍
✅
this line is overwriting all your paths:
path('', include('django.contrib.auth.urls')),
just remove it or if you want to keep some of them place it at the end after your paths
Source:stackexchange.com