Djangae – Run Django on Google App Engine
1–10 of 18 posts
Re: Djangae – Run Django on Google App Engine
#2It does reduce the barrier to use Django in AppEngine and does remove the need for the cloudsql db instance(mysql)
Re: Djangae – Run Django on Google App Engine
#3https://cloud.google.com/appengine/docs/python/ndb/#integrat...
Re: Djangae – Run Django on Google App Engine
#4I haven't used either approach, but how does using this project compare to just using NDB directly with the Django middleware? https://cloud.google.com/appengine/docs/python/ndb/#integrat...
The Django NDB middleware written by Google, as far as I can work out, just makes sure that writes are flushed. You still have to define and query your models using NDB syntax.
Re: Djangae – Run Django on Google App Engine
#5Re: Djangae – Run Django on Google App Engine
#6Re: Djangae – Run Django on Google App Engine
#7Anybody else read this as "Djan-gay?"
Re: Djangae – Run Django on Google App Engine
#8How is performance compared to using cloud sql ?
Re: Djangae – Run Django on Google App Engine
#9BTW, depending on the purpose, I will go with another frameworks, even another languages.
Re: Djangae – Run Django on Google App Engine
#10Is there any benefit to using the Datastore, as opposed to CloudSQL?