Is there a way to use GQL and Google App engine data store with Django? If yes then how to use it, I have searched on web but I am unable to find any satisfying answers to this problem?
Asked
Active
Viewed 116 times
0
-
It looks like there's docs here https://developers.google.com/appengine/docs/python/cloud-sql/django - are these what you're looking for? – Fred Aug 12 '14 at 21:12
-
of course you can, but why would you want to? Perhaps this is what you want, http://django-nonrel.org/ – Paul Collingwood Aug 12 '14 at 22:06
1 Answers
0
In case of both cloud-sql and django-nonrel we dont use GQL as query language. They use SQL and MySql. But I wanted to use GQL in Django. So when I looked at documentation of Google app data store and GQL for google app engine webapp2 I found out that it has nothing to do with webapp2, instead it was for python. So only thing which I changed to make it working for Django was the method of rendering the request.

Ankit Agrawal
- 1
- 1