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 911B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. OSCAR_SEARCH_SUGGEST_LIMIT
  23. --------------------------
  24. Default: 10
  25. The number of suggestions that the search 'suggest' function should return
  26. at maximum
  27. Deprecated settings
  28. ===================
  29. There are currently no deprecated settings in oscar