>
> For what it's worth, I have a similar concept in storing the contents
> of a shopping cart.  I created a 'ShoppingCart' object which can hold
> items and their quantities, plus it adds some convenience methods like
> getting the list of items, the total cost, etc.  I store this object in
> the user's session.

I couldn't help but notice that your comments regarding a shopping cart
app.  We've recently set up a structure to create a Django-based shopping
cart app.  We have the current wiki here -
http://dshop.mine.nu/trac

We also have a google group here -
http://groups.google.com/group/django-ecommerce/

We'd love to have more folks participating in the project.  We're in the
very early stages so your experience could be very helpful.

-Chris

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to