Well I have been attempting to make this work for me
http://code.google.com/p/django-registration/
in conjunction with the gmail piece, but I think I am missing
something.  I changed my settings file accordingly and the other file
as directed.  I have libgmail installed, from django.core.mail import
EmailMessage is the import statement I have in my urls file.

The error I get is:
ImproperlyConfigured at /accounts/register/
Error while importing URLconf 'registration.urls': No module named
EmailMessage
Exception Value:        Error while importing URLconf 'registration.urls':
No module named EmailMessage

I do not see why this is blowing up on my right here, any insight is
most appreciated.


Thanks,
EW
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to