Hi All, I'm interested in pulling the ORM out of Django so that I can use it in a multi-document client application.
Since starting my search for information about modularizing the ORM out, I came across Ticket 1321 (http://code.djangoproject.com/ticket/1321). Reading through the ticket lead me to believe that solution is to setup a global Settings object before calling any of the ORM or template code. This solution seemed to be only half a solution. While the solution will work for applications that only need to connect to one database at a time, it will not work for me where I need to have multiple connections (for multiple documents) concurrently. Is my analysis of the ticket correct? And if so, are there plans in the works to complete the solution? I am currently reading through the Django code to see if I can do this myself, but I'm fairly new to both Django and Python and it may take me quite some time. Thanks for your help. Regards, Bryan Kyle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---