You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

customer.rst 504B

1234567891011121314151617181920212223242526
  1. ========
  2. Customer
  3. ========
  4. The customer app bundles communication with customers. This includes models
  5. to record product alerts and sent emails. It also contains the views that
  6. allow a customer to manage their data (profile information, shipping addresses,
  7. etc.)
  8. Abstract models
  9. ---------------
  10. .. automodule:: oscar.apps.customer.abstract_models
  11. :members:
  12. Forms
  13. -----
  14. .. automodule:: oscar.apps.customer.forms
  15. :members:
  16. Views
  17. -----
  18. .. automodule:: oscar.apps.customer.views
  19. :members: