first commit
This commit is contained in:
4
cart/context_processors.py
Normal file
4
cart/context_processors.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .cart import Cart
|
||||
|
||||
def cart(request):
|
||||
return {'cart': Cart(request)}
|
||||
Reference in New Issue
Block a user