django-registration
django-registration view customization
I\'m using django-registration (see: https://bitbucket.org/ubernostrum/django-registratio开发者_Python百科n ) on one of my projects. The standard setup for the django-registration is to add a the code[详细]
2023-02-09 04:12 分类:问答django-registration oddity
So I downloaded the app with easy_install and it worked.I can import registration. BUT the code installed doesn\'t match the source code for the project, as seen in github.For example, I\'m missing[详细]
2023-02-08 14:13 分类:问答Django-registration and activation failure
I don\'t under stand how开发者_如何转开发 django-registration is handling activation failure? Say, a user just uses a dummy activation key and invokes the url in browser /activation/\"key\". Now, acti[详细]
2023-02-08 09:07 分类:问答How can I add age verification to a django-registration form?
I have a Django application that is using django-registration to handle new user registration. I would like to add date of birth to the registration form so that I can check the user\'s age before dec[详细]
2023-01-30 14:35 分类:问答Django User authentication when password is stored on different system
I am making an web application that have to be integrated with other system using SOAP for communication between them. The problem is that I need to have users and store application specific informati[详细]
2023-01-27 05:28 分类:问答Pass success_url to the activate
Docs say : ``success_url`` The name of a URL pattern to redirect to on successful acivation. This is opt开发者_如何学Goional; if not specified, this will be[详细]
2023-01-17 15:59 分类:问答adding extra field to django-registration using signals
I want to add a locale selection to the default django-registration. I tried to follow this tutorial from dmitko. The form shows up correctly but the additional data (locale) is not saved.[详细]
2023-01-16 21:06 分类:问答Where do I set my site url in django settings?
Ok I think I must be missing something. In settings.py I don\'t see the setting for absolute url for the site. I see there is MEDIA_URL.[详细]
2023-01-12 06:56 分类:问答Simple form not validating
I have found here on stackoverflow a method to extend django\'s built-in authentication using signals. My base User is defined by \'email\' and passwords (so no username there). So I\'m trying to modi[详细]
2023-01-06 14:01 分类:问答Extending django-registration using signals
I have found here on stackoverflow a solution to extend django-registration with new fields using signals. Here\'s the link : http://dmitko.ru/?p=546 .[详细]
2023-01-04 21:26 分类:问答