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.

address.rst 447B

12345678910111213141516171819
  1. =======
  2. Address
  3. =======
  4. The address app provides core address models - it doesn't provide any views or
  5. other functionality. Of the 5 abstract models, only 2 have a non-abstract
  6. version in ``oscar.apps.address.models`` - the others are used by the order app
  7. to provide shipping and billing address models.
  8. Abstract models
  9. ---------------
  10. .. automodule:: oscar.apps.address.abstract_models
  11. :members:
  12. :show-inheritance:
  13. Views
  14. -----
  15. None.