I\'m quite new to Django and I just set up my first registration page with django-registration and everything worked well (users can register, change passwords etc.). Now I want to expand my app a bit
am trying to follow the answers provided in Django-Registration & Django-Profile, using your own custom form and Creating a Django Registration Form by Extending Django-Registation Application to
I am trying to implement a registration and login system for my django app using django-registration, django-registration-defaults, and django-email-usernames.
I need to make a very simple modification -- require that certain views only show up when a user is not authenticated -- to django-registration default views. For example, if I am logged in, I don\'t
I\'m using django-registration. I\'d like to update the AuthenticationForm in \'django.contrib.auth.forms\'. Specifically, I would like to pass the \'attrs\' dict to add a few attributes. How do I upd
I am using django-registration along side django auth for my client account creation and login. Our site will be used by moble users and desktop users. We just started tackling the idea ofmobile user
I\'m trying to use emails for usernames, and have got it working almost perfectly. I followed these directions: http://www.micahcarrick.com/django-email-authentication.html
I\'m using this snippet, that allows users to only need to enter an email address to register for my app: http://djangosnippets.org/snippets/686/
i have installed django-registration on django 1.3, I can\'t get it to work. When i hit submit on the accounts/register/ page, it redirects to accounts/registration which isn\'t in the default URL\'s
I installed django-registration 0.8 and after filling the registration form I\'m getting this error. Please suggest what to do now.