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
-~----------~----~----~----~------~----~------~--~---

Reply via email to