My favorites | Sign in
Project Logo
                
Search
for
Updated May 22, 2007 by ubernostrum
ReadMe  

Full documentation for this application is available here.


Comment by holdenweb, Jan 04, 2008

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

Comment by nealsid, Jul 01, 2008

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

Thanks

Comment by justin.standard, Jul 01, 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.pujol, Aug 06, 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 chadcurtiss, 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 RomanKRV, Nov 26, 2008

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


Sign in to add a comment
Hosted by Google Code