Explorar el Código

auto commit

master
jfinn hace 9 meses
padre
commit
52189cf7ef
Se han modificado 1 ficheros con 16 adiciones y 10 borrados
  1. 16
    10
      edan_v1/edan_v1/settings.py

+ 16
- 10
edan_v1/edan_v1/settings.py Ver fichero

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…
Cancelar
Guardar