I think it's not smart to use sqlite locally and mysql in prod<http://stackoverflow.com/questions/2306048/django-sqlite-for-dev-mysql-for-prod>. There are some mysql options in dev_appserver.py that are called Cloud SQL (rdbms) stub. Did you try those?
On Thursday, November 15, 2012 11:09:23 PM UTC+1, Roscoe wrote: > > With the release of AppEngine 1.7.3, soon the SQLite datastore stub will > be default for the Python SDK. Any plans to give users using Django and > Cloud SQL the ability to use the SQLLite datastore with the SQLLite Django > backend locally? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/N4nearp2Ig8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
