Hi list,

This is my first post to this mailinglist, We have not used Django sofar, but 
we are considering Django to rewrite a big Python/wxPython application, reusing 
the businesslogic all written in Python.

We have built our own connection the the database, which delivers a list of 
objects. Each object can be a row in the database (or something else), and 
methods apply to those objects, effectively implementing the businesslogic of 
the application.

We thought that we could use Pyro (Python Remote Objects pyro.sourceforge.net) 
to connect to the businesslogic. However, Django uses its own method of SQL 
invocation. So the question is simply if it is possible to use Django for this 
purpose, or that it is necessary to (re)write large chunks of code.

Possibly this is all very clear to you, in that case I apologize for my 
ignorance.

Cheers,
Dick Kniep

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