On 4/17/07, johnny <[EMAIL PROTECTED]> wrote:
>
> Anyone know, how I can pass Model object from one machine that runs
> Django, to another machine that doesn't have Django, but uses
> python?
>
> Thank you.
pickle the object or serialize it to a similarly readable format.

http://docs.python.org/lib/module-pickle.html
http://svn.red-bean.com/bob/simplejson/tags/simplejson-1.3/docs/index.html
http://www.djangoproject.com/documentation/serialization/

~ Anders

>
>
> >
>

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