I'm surprised no one answered this. I'll take a shot . .
You can't. Or you can, but then you can't sent credit card info to the payment processor. One of the decisions made in Satchmo was to use the cache to persist the credit card number from one screen to the next. I'm not going to express my opinion on that decision . . .
But why don't you want to use caching in production? That really doesn't make a lot of sense -- a properly configured caching system is worth the time in any Django app. I did have some problems with Memcache so I switched it to a database cache and that has helped a lot (YMMV with Memcache -- I actually would rather use that than the database cache).
--
You received this message because you are subscribed to the Google Groups "Satchmo users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/satchmo-users/-/S2MNqFXmnPkJ.
To post to this group, send email to satchm...@googlegroups.com.
To unsubscribe from this group, send email to satchmo-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.