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

voucher.rst 613B

12345678910111213141516171819202122232425
  1. =======
  2. Voucher
  3. =======
  4. Oscar ships with broad support for vouchers, which are handled by this app.
  5. In addition to individual vouchers, vouchers can also be managed as sets.
  6. VoucherSets can typically be used for automatically generated vouchers based on
  7. loyalty criteria. They can also be used to quickly create a large set of vouchers
  8. with a shared condition and benefit. They also allow shared management of such
  9. sets, so you can easily extend, restrict, enable or disable them at once.
  10. Abstract models
  11. ---------------
  12. .. automodule:: oscar.apps.voucher.abstract_models
  13. :members:
  14. Views
  15. -----
  16. None.