I was thinking I could pickle/unpickle the request then run it thru with an extra flag of (send email) thru the same code that wsgi uses. If I jsonify the data, how would I get that back into a python object?
Is it really as simple as str=json.dumps(request) and request = json.loads(str) I don't see how json keeps track of the object it is dumping, and not sure how to construct a request object from the json return value. I can see how easy that part would be in C++, but my python skills are a good deal weaker.... I guess I'm hunting for "how to do this in python" -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.