| 12345678910111213141516171819202122232425262728293031 |
- =======================
- 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
-
- Deprecated settings
- ===================
-
- There are currently no deprecated settings in oscar
|