I have SITE_DOMAIN = "localhost:8000" and also have that under sites in the admin interface. Is it possible to use the django dummy sendmail for testing, I've used that with django-registration before?
On Sep 2, 6:14 pm, Chris Moffitt <[email protected]> wrote: > It looks like your site object is not setup correctly. You need to have a > domain in order for the email to be sent. > > -Chris > > > > On Wed, Sep 2, 2009 at 7:05 PM, neridaj <[email protected]> wrote: > > > I'm getting this error when trying to register and now all the styles > > for the store have stopped rendering. > > > Traceback: > > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ > > site-packages/django/core/handlers/base.py" in get_response > > 92. response = callback(request, *callback_args, > > **callback_kwargs) > > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ > > site-packages/satchmo_store/accounts/views.py" in register > > 315. ret = register_handle_form(request, redirect) > > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ > > site-packages/satchmo_store/accounts/views.py" in register_handle_form > > 159. contact = form.save(request) > > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ > > site-packages/satchmo_store/accounts/forms.py" in save > > 78. self.save_contact(request) > > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ > > site-packages/satchmo_store/accounts/forms.py" in save_contact > > 129. send_welcome_email(email, first_name, last_name) > > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ > > site-packages/satchmo_store/accounts/mail.py" in send_welcome_email > > 29. 'site_url': shop_config.site.domain, > > > Exception Type: AttributeError at /accounts/register/ > > Exception Value: 'NoneType' object has no attribute 'domain' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
