Implementing Ajax requests / response with django-allauth
问题 I am using django-allauth for one of my project. I would like to implement login/signup process via ajax. I would like to have customized signup form. I was going through their signupmixin and signup form. Sounds like I can write custom views for each action and map it to the url config. I am not sure what is the best way to do this. Thank you so much for any help or advice on this. 回答1: It depends a bit on what you mean by ajax. If you just want to have a popup-style login/signup box on