Monday, November 21, 2011

Re: anybody running django on the app engine with the sql service?


Hi,

I'm working in the integration. It is still not tested and definitely not optimized and has some features that a want
to implement, but I made a admin interface works.

The most import features that I want to implement is to run a remote syncdb instruction. 


Yes, that is the tricky one and the reason why we say that it isn't supported.  You would have to build the python equivalent of the jdbc driver that we talk about here: https://code.google.com/apis/sql/docs/usingsquirrel.html

That's a lot of work.  As a workaround, maybe you can just get the CREATE TABLE statements that syncdb would execute and issue them manually.  I know it won't handle schema migrations and other stuff, but it is a start.
Ken

No comments:

Post a Comment