Can I use GeoDjango with GAE / BigTable?
+3
A:
No. You can't use Django models on App Engine, and therefore, can't use anything else that uses them, such as django.contrib.gis.
Nick Johnson
2010-05-05 16:53:15
Thanks, more on this can be found here: http://www.allbuttonspressed.com/projects/djangoappengine
skrat
2010-05-06 12:03:12
+3
A:
Another limitation is that the GEOS and GDAL libs aren't available on App Engine.
sgillies
2010-05-05 17:28:27