Thanks David
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/y1g9onBJuI0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubsc
Hi Achu,
Note that there is a google group for Oscar questions - that's a better
place to ask questions such as this.
https://groups.google.com/forum/#!forum/django-oscar
Re your question: it looks like you are missing the basket middleware. You
need to add 'oscar.apps.basket.middleware.Basket
Hi All,
I am trying to integrate an ecommerce section to my project using
"Django - Oscar" .Here when I try to add a product to my
basket I got following error ..
AttributeError at /store/basket/add/
'WSGIRequest' object has no attribute 'basket'
Request Method: POST
Reque
Hi All,
I am trying to integrate ecommerce section to my project using Django
Osacr . When I try to add one product to my basket I got this error
AttributeError at /store/basket/add/
'WSGIRequest' object has no attribute 'basket'
Request Method: POST Request URL: http://localhost:8000/sto
4 matches
Mail list logo