我正在按照以下说明安装Satchmo:$ python manage.py satchmo_checkUsing Satchmo version 0.9.2-pre hg-unknown
The following errors were foundReceived error- Reverse for 'satchmo_sea
对于我目前的satchmo商店,我想发送html电子邮件,而不是所有的txt电子邮件。根据satchmo_store帐户注册码的外观,所有电子邮件都是硬编码的,并且使用.txt格式而不是html格式。from django.conf import settingsfrom satchmo_store.mailimport send_store_mail
from satchmo_store.shop.models import C