Over-riding Django-allauth login/ registration urls with custom url/ pages
问题 I have configured django-allauth for login through Facebook, Twitter and Google. However, django-allauth accepts login request only at /accounts/login/ , sign up request only at /accounts/signup/ etc. I have a modal form for login and registration on my home page and I want to use only that. How do I use django-allauth system to allow login ( both social and custom)/ registration etc from the modal form on my home page? I'm looking for mechanism to override django-allauth's urls and