dancerfly / django-brambling

Event website manager, specifically designed for dance weekends or other events with multiple simultaneous tracks of classes.
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Default country values #130

Closed harrislapiroff closed 10 years ago

harrislapiroff commented 10 years ago

We should have country dropdowns default to the request IP address's country to save people sorting through a list of countries. Also this way maybe people won't request that we move US to the top of the list. :D

harrislapiroff commented 10 years ago

Apparently doing this requires either GeoDjango (and therefore PostGIS) or relying on a third-party service that does IP to location conversion.

harrislapiroff commented 10 years ago

I wish there was a python-only GIS stack.