Browse Source

auto commit

master
jfinn 3 months ago
parent
commit
52189cf7ef
1 changed files with 16 additions and 10 deletions
  1. 16
    10
      edan_v1/edan_v1/settings.py

+ 16
- 10
edan_v1/edan_v1/settings.py View File

37
 
37
 
38
 # CORS_ORIGIN_WHITELIST
38
 # CORS_ORIGIN_WHITELIST
39
 
39
 
40
+
41
+
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
+
40
 # Application definition
56
 # Application definition
41
 
57
 
42
 INSTALLED_APPS = [
58
 INSTALLED_APPS = [
320
 }
336
 }
321
 
337
 
322
 
338
 
323
-# ==============
324
-# Oscar settings
325
-# ==============
326
-
327
-from oscar.defaults import *
328
-# =============
329
-# Debug Toolbar
330
-# =============
331
-
332
-INTERNAL_IPS = ['127.0.0.1', '::1']
333
 
339
 
334
 
340
 
335
 
341
 

Loading…
Cancel
Save