My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ReadMe  
Updated Feb 4, 2010 by ubernost...@gmail.com

Full documentation for this application is available here.

Comment by holden...@gmail.com, Jan 4, 2008

With respect, ReStructured? Text with broken hyperlinks isn't "full documentation"

Comment by neal...@gmail.com, Jul 1, 2008

Can we get a mailing list for this project? And how can I submit patches?

Thanks

Comment by justin.s...@gmail.com, Jul 1, 2008

I also want to submit a patch to allow for a custom email processor instead of using the core django email processo

Comment by genis.pu...@gmail.com, Aug 6, 2008

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

Comment by cresw...@gmail.com, Aug 27, 2008

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.)

Comment by chadcurt...@gmail.com, Oct 28, 2008

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?

Comment by Roman...@gmail.com, Nov 26, 2008

Please, to add the method EmailMultiAlternatives? which live from django.core.mail.EmailMultiAlternatives?

Comment by google-c...@jensdiemer.de, Aug 26, 2010

Current docs are here: http://bitbucket.org/ubernostrum/django-registration/src/tip/docs/ Link above should be updated ;)

Comment by hdlmn...@gmail.com, Sep 9, 2010

Is it possible to send the activation email to the admin instead of the user, so the admin may manually activate the user in the backend?


Sign in to add a comment
Powered by Google Project Hosting