Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

wishlists.rst 710B

123456789101112131415161718192021222324252627
  1. =========
  2. Wishlists
  3. =========
  4. The wishlists app allows signed-in users to create one or more wishlists. A
  5. user can add a product to their wishlist from the product detail page and manage
  6. their lists in the account section.
  7. The wishlists app is wired up as a subapp of :doc:`customer`.
  8. .. note::
  9. Please note that currently only private wishlists are supported. The hooks
  10. and fields for public (as in general public) and shared (as in access via an
  11. obfuscated link) are there, but the UI hasn't been designed yet.
  12. Abstract models
  13. ---------------
  14. .. automodule:: oscar.apps.wishlists.abstract_models
  15. :members:
  16. Views
  17. -----
  18. .. automodule:: oscar.apps.customer.wishlists.views
  19. :members: