| 123456789101112131415161718 |
- ======
- Basket
- ======
-
- The basket app handles shopping baskets, which essentially are a collection of
- products that hopefully end up being ordered.
-
- Abstract models
- ---------------
-
- .. automodule:: oscar.apps.basket.abstract_models
- :members:
-
- Views
- -----
-
- .. automodule:: oscar.apps.basket.views
- :members:
|