|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+=======================
|
|
|
2
|
+Oscar specific settings
|
|
|
3
|
+=======================
|
|
|
4
|
+
|
|
|
5
|
+Oscar provides a number of configurable settings used to confugre the system.
|
|
|
6
|
+
|
|
|
7
|
+.. contents::
|
|
|
8
|
+ :local:
|
|
|
9
|
+ :depth: 1
|
|
|
10
|
+
|
|
|
11
|
+Available settings
|
|
|
12
|
+==================
|
|
|
13
|
+
|
|
|
14
|
+OSCAR_DEFAULT_CURRENCY
|
|
|
15
|
+----------------------
|
|
|
16
|
+
|
|
|
17
|
+Default: None (This is a required field)
|
|
|
18
|
+
|
|
|
19
|
+This should be the symbol of the currency you wish Oscar to use by default.
|
|
|
20
|
+
|
|
|
21
|
+OSCAR_BASKET_COOKIE_LIFETIME
|
|
|
22
|
+----------------------------
|
|
|
23
|
+
|
|
|
24
|
+Default: 604800 (1 week in seconds)
|
|
|
25
|
+
|
|
|
26
|
+The time to live for the basket cookie.
|
|
|
27
|
+
|
|
|
28
|
+Deprecated Settings
|
|
|
29
|
+===================
|
|
|
30
|
+
|
|
|
31
|
+There are currently no deprecated settings in oscar
|