I am developing a web site that has some of its models in a private database (the one specified in settings.py, populated by the admin interface) but, it has to fetch and filter (etc) data from 2 different databases that are populated (data is added but never modified or deleted) in real-time by external daemons, not parts of django.
I was thinking to use the MySQLdb module, but it do not know if the result will be a mess considering: apache process and threads (deployment), the mod_wsgi, any parts of the threading module I could use. Furthermore, using querysets et similia would be really useful. So what is you opinion, should I switch to 1.2 trunk? -- 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.