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

basket.rst 313B

123456789101112131415161718
  1. ======
  2. Basket
  3. ======
  4. The basket app handles shopping baskets, which essentially are a collection of
  5. products that hopefully end up being ordered.
  6. Abstract models
  7. ---------------
  8. .. automodule:: oscar.apps.basket.abstract_models
  9. :members:
  10. Views
  11. -----
  12. .. automodule:: oscar.apps.basket.views
  13. :members: