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.

promotions.rst 861B

12345678910111213141516171819202122232425262728
  1. ==========
  2. Promotions
  3. ==========
  4. Promotions are small blocks of content that can link through to other parts of this site.
  5. Examples include:
  6. * A banner image shown on at the top of the homepage that links through to a new offer page
  7. * A "pod" image shown in the right-hand sidebar of a page, linking through to newly merchandised
  8. page.
  9. * A biography of an author (featuring an image and a block of HTML) shown at the top of the search
  10. results page when the search query includes the author's surname.
  11. These are modeled using a base ``promotion`` model, which contains image fields, the link
  12. destination, and two "linking" models which link promotions to either a page URL or a particular keyword.
  13. Models
  14. ---------------
  15. .. automodule:: oscar.apps.promotions.models
  16. :members:
  17. Views
  18. -----
  19. .. automodule:: oscar.apps.promotions.views
  20. :members: