django-registration icon indicating copy to clipboard operation
django-registration copied to clipboard

add migration steps and documentation to move to django-allauth

Open dicato opened this issue 8 years ago • 0 comments

django-allauth provides a more comprehensive solution to User registration and authentication than this project. Given the complexity of integrating different registration, authentication (two-factor, social auth, etc) with User management it generally makes sense to adopt one complete solution instead of combining many disparate solutions.

Ideally, django-registration should provide both code and documentation to move a Django project to django-allauth in a tested, repeatable way.

dicato avatar Jun 05 '16 15:06 dicato