Jay Elbourne

Results 1 comments of Jay Elbourne

I would suggest we add the default setup of Django Auth Urls to the README, unless users want to manage all the urls needed individually. `path('accounts/', include('django.contrib.auth.urls')),` Also add your...