I have a problem using django-registration-redux.
I want to add others fields to the User as birthday, telephone, etc but it's difficult for me extends User class in models. What's the best form to add these fields to my user and show it in the form registration and login?