django-registration
Django not evaluating base template in views
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[详细]
2023-04-09 08:03 分类:问答Extending Django-Registration: Getting error on setting url.py
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[详细]
2023-04-08 23:46 分类:问答Django template error?
I am trying to implement a registration and login system for my django app using django-registration, django-registration-defaults, and django-email-usernames.[详细]
2023-04-01 20:40 分类:问答Customized views with django-registration
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[详细]
2023-03-31 18:07 分类:问答how do you style a form already inside django
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[详细]
2023-03-26 18:50 分类:问答What/Where to modify django-registration to use with mobile broswers
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[详细]
2023-03-26 18:02 分类:问答Forcing Django Login Form to take username over 30 characters
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[详细]
2023-03-22 14:39 分类:问答Lengthening Django Username
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/[详细]
2023-03-21 02:10 分类:问答Can't get django registration to work
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[详细]
2023-03-19 06:32 分类:问答django 61 'connection refused' error on Mac OSX
I installed django-registration 0.8 and after filling the registration form I\'m getting this error. Please suggest what to do now.[详细]
2023-03-17 19:51 分类:问答