|
@@ -40,19 +40,6 @@ CSRF_TRUSTED_ORIGINS =["https://*.edanflor.com"]
|
40
|
40
|
|
41
|
41
|
|
42
|
42
|
|
43
|
|
-# ==============
|
44
|
|
-# Oscar settings
|
45
|
|
-# ==============
|
46
|
|
-
|
47
|
|
-from oscar.defaults import *
|
48
|
|
-# =============
|
49
|
|
-# Debug Toolbar
|
50
|
|
-# =============
|
51
|
|
-
|
52
|
|
-INTERNAL_IPS = ['127.0.0.1', '::1']
|
53
|
|
-
|
54
|
|
-
|
55
|
|
-
|
56
|
43
|
# Application definition
|
57
|
44
|
|
58
|
45
|
INSTALLED_APPS = [
|
|
@@ -343,6 +330,19 @@ LOGGING = {
|
343
|
330
|
|
344
|
331
|
|
345
|
332
|
|
|
333
|
+# ==============
|
|
334
|
+# Oscar settings
|
|
335
|
+# ==============
|
|
336
|
+
|
|
337
|
+from oscar.defaults import *
|
|
338
|
+# =============
|
|
339
|
+# Debug Toolbar
|
|
340
|
+# =============
|
|
341
|
+
|
|
342
|
+INTERNAL_IPS = ['127.0.0.1', '::1']
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
346
|
346
|
|
347
|
347
|
|
348
|
348
|
# Internationalization
|