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.

settings.rst 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. =======================
  2. Oscar specific settings
  3. =======================
  4. Oscar provides a number of configurable settings used to confugre the system.
  5. .. contents::
  6. :local:
  7. :depth: 1
  8. Available settings
  9. ==================
  10. OSCAR_DEFAULT_CURRENCY
  11. ----------------------
  12. Default: None (This is a required field)
  13. This should be the symbol of the currency you wish Oscar to use by default.
  14. OSCAR_BASKET_COOKIE_LIFETIME
  15. ----------------------------
  16. Default: 604800 (1 week in seconds)
  17. The time to live for the basket cookie in seconds
  18. OSCAR_IMAGE_FOLDER
  19. ------------------
  20. Default: images/products-fullsize/%Y/%m/
  21. The path for uploading images to.
  22. <<<<<<< HEAD
  23. OSCAR_RECENTLY_VIEWED_PRODUCTS
  24. ------------------------------
  25. Default: 5
  26. The number of recently viewed products to store
  27. =======
  28. OSCAR_SEARCH_SUGGEST_LIMIT
  29. --------------------------
  30. Default: 10
  31. The number of suggestions that the search 'suggest' function should return
  32. at maximum
  33. >>>>>>> 4dda300db8bad449a1cb40bb4c1441d0088e0a80
  34. Deprecated settings
  35. ===================
  36. There are currently no deprecated settings in oscar