Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use django.contrib.gis on GAE?

Can I use GeoDjango with GAE / BigTable?

like image 278
skrat Avatar asked Jan 23 '23 03:01

skrat


2 Answers

Another limitation is that the GEOS and GDAL libs aren't available on App Engine.

like image 80
sgillies Avatar answered Jan 29 '23 09:01

sgillies


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.

like image 25
Nick Johnson Avatar answered Jan 29 '23 11:01

Nick Johnson