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 information etc?

Feel free to make any comments.

Would it be possible to make a list in the session that stores lists of
items and quantities by reference to the item in the database?


--~--~---------~--~----~------------~-------~--~----~
 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 more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to