您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

communication.rst 560B

12345678910111213141516171819202122
  1. =============
  2. Communication
  3. =============
  4. The Communication app is used to manage emails and notifications to users.
  5. If ``OSCAR_SAVE_SENT_EMAILS_TO_DB`` is ``True``, then all sent emails
  6. are saved to the database as instances of ``oscar.apps.communication.models.Email``
  7. The ``Dispatcher`` class from ``oscar.apps.communication.utils`` is used to send
  8. emails and notifications.
  9. Abstract models
  10. ---------------
  11. .. automodule:: oscar.apps.communication.abstract_models
  12. :members:
  13. Utils
  14. -----
  15. .. automodule:: oscar.apps.communication.utils
  16. :members: