Hello!
I would like to configure django-allauth with my project, which is in production. The reason is that I want the users to verify their email before having access to any part of my project which require authentication.
I have read the documentation, but have a few questions before I attempt to use django-allauth.
- How do I use my own custom forms?
- Can I use modelforms with django-allauth forms?
- I’m using a custom user model. How would django-allauth know that I’m using a custom user model?
- Can I subclass the django-allauth views in my CBV?
- I already have URL to each of my CBV. What should I do with the URLs that come with django-allauth?