Search in a BoundingBox with GeoDjango
My need was to search in a limited square area. Actually it was a little bit more tricky, I implemented a « Search in this …
Each week, I share a technical trick that I learned
My need was to search in a limited square area. Actually it was a little bit more tricky, I implemented a « Search in this …
To configure GeoDjango (which use GDAL) in Scalingo, you’ll have to follow their documentation here : https://doc.scalingo.com/platform/app/app-with-gdal Don’t take care of the caution note about …
Using gdal library install gdal Then, in your code Using GeoDjango Geodjango is part of django, you’ll just have to declare it in your INSTALL_APPS …