Full documentation for this application is available here.
With respect, ReStructured? Text with broken hyperlinks isn't "full documentation"
Examples of the views you'll need are at: http://code.djangoproject.com/browser/djangoproject.com/django_website/templates/registration
Documentation slickified: http://api.rst2a.com/1.0/rst2/html?uri=http://django-registration.googlecode.com/svn/trunk/docs/overview.txt&style=revver-dev
Can we get a mailing list for this project? And how can I submit patches?
Thanks
I also want to submit a patch to allow for a custom email processor instead of using the core django email processo
Hello,
I'd like to submit the catalan locale file for the project, how can I upload it or to which address can I send it to have it included?
As of August 27th, alnum_re no longer exists, and the error:
Exception Value: Error while importing URLconf 'registration.urls': No module named validators
is given when you try to use any django-registration views. One fix, is to pop open forms.py (in django-registration), comment out the line:
#from django.core.validators import alnum_re
and add:
import re alnum_re = re.compile(r'^\w+$') # regexp. from jamesodo in #django
and re-install django-registration.
Personally, I think that regexp. is named wrong, but that's just me... (I guess it means "all + nums", but I still like alphanum_re better.)
you say it's not recommended to use the value of RegistrationProfile? model as AUTH_PROFILE_MODULE, however when i comment it out i get the error - Exception Type: SiteProfileNotAvailable?. What should AUTH_PROFILE_MODULE be set to?
Please, to add the method EmailMultiAlternatives? which live from django.core.mail.EmailMultiAlternatives?
With respect, ReStructured? Text with broken hyperlinks isn't "full documentation"
Examples of the views you'll need are at: http://code.djangoproject.com/browser/djangoproject.com/django_website/templates/registration
Documentation slickified: http://api.rst2a.com/1.0/rst2/html?uri=http://django-registration.googlecode.com/svn/trunk/docs/overview.txt&style=revver-dev
Can we get a mailing list for this project? And how can I submit patches?
Thanks
I also want to submit a patch to allow for a custom email processor instead of using the core django email processo
Hello,
I'd like to submit the catalan locale file for the project, how can I upload it or to which address can I send it to have it included?
Thanks
As of August 27th, alnum_re no longer exists, and the error:
Exception Value: Error while importing URLconf 'registration.urls': No module named validators
is given when you try to use any django-registration views. One fix, is to pop open forms.py (in django-registration), comment out the line:
and add:
and re-install django-registration.
Personally, I think that regexp. is named wrong, but that's just me... (I guess it means "all + nums", but I still like alphanum_re better.)
you say it's not recommended to use the value of RegistrationProfile? model as AUTH_PROFILE_MODULE, however when i comment it out i get the error - Exception Type: SiteProfileNotAvailable?. What should AUTH_PROFILE_MODULE be set to?
Please, to add the method EmailMultiAlternatives? which live from django.core.mail.EmailMultiAlternatives?