| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- =======================
- Oscar specific settings
- =======================
-
- Oscar provides a number of configurable settings used to confugre the system.
-
- .. contents::
- :local:
- :depth: 1
-
- Available settings
- ==================
-
- OSCAR_DEFAULT_CURRENCY
- ----------------------
-
- Default: None (This is a required field)
-
- This should be the symbol of the currency you wish Oscar to use by default.
-
- OSCAR_BASKET_COOKIE_LIFETIME
- ----------------------------
-
- Default: 604800 (1 week in seconds)
-
- The time to live for the basket cookie in seconds
-
- OSCAR_IMAGE_FOLDER
- ------------------
-
- Default: images/products-fullsize/%Y/%m/
-
- The path for uploading images to.
-
- OSCAR_SEARCH_SUGGEST_LIMIT
- --------------------------
-
- Default: 10
-
- The number of suggestions that the search 'suggest' function should return
- at maximum
-
-
- Deprecated settings
- ===================
-
- There are currently no deprecated settings in oscar
|