Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Allauth

Django-allauth: How To Modify Email Confirmation Url?

I'm running django on port 8001, while nginx is handling webserver duties on port 80. nginx pr… Read more Django-allauth: How To Modify Email Confirmation Url?

Django Allauth Saving Custom User Profile Fields With Signup Form

I am a beginner in Django. I am using Django 1.10 with an allauth app to create a user registration… Read more Django Allauth Saving Custom User Profile Fields With Signup Form

Override Signup View Django-allauth

I am asking user to fill extra fields with custom form. And in one of the fields, I have to let use… Read more Override Signup View Django-allauth