對於我目前的satchmo商店,我想發送html電子郵件,而不是所有的txt電子郵件。通過satchmo_store帳戶註冊碼的外觀,所有電子郵件都被硬編碼並使用.txt格式而不是html格式。 例如mail.py """Sends mail related to accounts."""
from django.conf import settings
from django.utils.
我想使用網站中給出的說明安裝satchmo。一切工作正常,除了管理部分。我打http://<SERVER_NAME>/admin的那一刻,我得到以下錯誤: 'admin_static' is not a valid tag library: Template library admin_static not found, tried django.templatetags.admin_static
我試圖擴展Satchmo/Django中的管理定義,並得到錯誤「屬性錯誤'模塊'對象沒有屬性'DateField'」試圖添加一個formfield_override到ProductOptions: from django.contrib import admin
from django.conf import settings
from widgets import AdminImageWid
讓我們來看看使用第三方應用程序的django項目。 我想重寫它的一些模塊而不接觸原始文件。 簡單的子類化在這裏是不可能的,需要透明地覆蓋代碼,因爲許多其他應用程序依賴原始類名稱和函數。 項目的結構如下: django_project/
__init__.py
settings.py
overrides/ <-- here is a subdir with apps