Re: graceful shopping cart questions

2006-12-05 Thread Noah
No one? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For m

graceful shopping cart questions

2006-12-04 Thread Noah
I downloaded and looked at the django-cart code and noted the views go cart = request.session.get('cart', None) or Cart() how can thre session pickle the cart and be accurate if it's stored in the database or am I confuised? is Django smart enough to know how that should work and retrive the new