Bläddra i källkod

Update installation instuctions in light of new context processor

master
David Winterbottom 13 år sedan
förälder
incheckning
2ecce6620e
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1
    0
      docs/source/getting_started.rst
  2. 1
    0
      sites/demo/settings.py

+ 1
- 0
docs/source/getting_started.rst Visa fil

@@ -54,6 +54,7 @@ set ``TEMPLATE_CONTEXT_PROCESSORS`` to::
54 54
         'oscar.apps.search.context_processors.search_form',
55 55
         'oscar.apps.promotions.context_processors.promotions',
56 56
         'oscar.apps.checkout.context_processors.checkout',
57
+        'oscar.apps.notifications.context_processors.notifications',
57 58
         'oscar.core.context_processors.metadata',
58 59
     ) 
59 60
 

+ 1
- 0
sites/demo/settings.py Visa fil

@@ -99,6 +99,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
99 99
     'oscar.apps.search.context_processors.search_form',
100 100
     'oscar.apps.promotions.context_processors.promotions',
101 101
     'oscar.apps.checkout.context_processors.checkout',
102
+    'oscar.apps.notifications.context_processors.notifications',
102 103
     'oscar.core.context_processors.metadata',
103 104
 )
104 105
 

Laddar…
Avbryt
Spara