Browse Source

auto commit

master
jfinn 8 months ago
parent
commit
41b08c0966
1 changed files with 13 additions and 13 deletions
  1. 13
    13
      edan_v1/edan_v1/settings.py

+ 13
- 13
edan_v1/edan_v1/settings.py View File

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
 # Application definition
43
 # Application definition
57
 
44
 
58
 INSTALLED_APPS = [
45
 INSTALLED_APPS = [
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
 # Internationalization
348
 # Internationalization

Loading…
Cancel
Save