您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

settings.rst 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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/%Y/%m/``
  21. The path for uploading images to.
  22. OSCAR_RECENTLY_VIEWED_PRODUCTS
  23. ------------------------------
  24. Default: 4
  25. The number of recently viewed products to store
  26. OSCAR_SEARCH_SUGGEST_LIMIT
  27. --------------------------
  28. Default: 10
  29. The number of suggestions that the search 'suggest' function should return
  30. at maximum
  31. Deprecated settings
  32. ===================
  33. There are currently no deprecated settings in oscar