Can I use GeoDjango with GAE / BigTable?
Asked
Active
Viewed 536 times
4
-
What makes you think you might not be able to? Have you tried it and encountered errors? If so, what errors? Have you heard reports of errors? If so, what errors? – Jason Hall May 05 '10 at 16:17
3 Answers
5
Another limitation is that the GEOS and GDAL libs aren't available on App Engine.

sgillies
- 2,231
- 15
- 9
4
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
- 100,655
- 16
- 128
- 198
-
Thanks, more on this can be found here: http://www.allbuttonspressed.com/projects/djangoappengine – skrat May 06 '10 at 12:03
-
1OBSOLETE!! 1) Django is now supported with `cloud SQL` see: http://stackoverflow.com/questions/1934914/why-use-django-on-google-app-engine/28627569#28627569 and 2) there is option to get geo support: http://stackoverflow.com/a/11268661/953553 – andilabs Feb 20 '15 at 11:30