SocialPass / socialpass

Hosting the next generation of events
https://registry.socialpass.io
Other
1 stars 0 forks source link

Enhance location information with GeoDjango #171

Closed NicoRyberg closed 2 years ago

NicoRyberg commented 2 years ago
crypto-rizzo commented 2 years ago

One small caveat is that supporting GeoDjango will require work on the infrastructure side. DigitalOcean DB supports the PostGIS extension, but the problem is the lack of GDAL libraries by default on their app platform containers.

After some initial research, it appears we can build from a Dockerfile in their app platform. (Versus default python buildpack from source)

Would be nice to have, but I think if it's too much work, using simple Decimal fields for lat/long is fine for now.

crypto-rizzo commented 2 years ago

Final Checklist