Yesterday I started with the django tutorial and I was very impressed how fast I was able to model my data models. Althougt I have a little problem now.
The django application I build runs on a local home server and the view for two of the 10 models (blog, items) is on a remote php, mysql powered server wich I havent direct mysql access. To access the mysql database I have written a little rpc mechanisme with php and so I am able to send encrypted and authenticated SQL queries to the remote server for execution and receive the data back if needed. So far I wasn't able to find out how I can catch the sql statements for these two models, so I could send them to the remote server and give the models latter the result back. Local Django > Django data models > local sqlite3 database for the main models > remote php proxy for mysql databse used for two models Anybody an idea how I could do this? Regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---