Well, as it turns out, it was more trouble than it was really worth.
What I was after was bringing the car back and still having access to
the foreign keys and such contained in it, but there were just too
many pitfalls for me. So, I ended up creating a list full of dicts
containing the key info for the cart items, pickling that, sending it
over, then unpickling it and storing those key values.

On Sep 26, 4:19 pm, bruno desthuilliers
<[EMAIL PROTECTED]> wrote:
> On 26 sep, 22:03, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
> > My online store keeps everything in a cart. When someone makes an
> > order, it sends the order to the bank's server for payment processing
> > then sends them back -- similar to paypal.
>
> > What I'm trying to do is pass their cart, complete with everything in
> > it, over to the bank and back again.
>
> Why would you want to do such a thing ????????
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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