We could get the rough lat lon from the IP and center the map around those with https://docs.djangoproject.com/en/5.1/ref/contrib/gis/geoip2/
Originally posted by @Bachibouzouk in #9 (comment)
I think this is a cool idea, I will not get into it now but would like to do it still. A Django IPWare package already exists https://github.com/un33k/django-ipware, otherwise there are also manual solutions without additional packages https://stackoverflow.com/questions/4581789/how-do-i-get-user-ip-address-in-django
We could get the rough lat lon from the IP and center the map around those with https://docs.djangoproject.com/en/5.1/ref/contrib/gis/geoip2/
Originally posted by @Bachibouzouk in #9 (comment)
I think this is a cool idea, I will not get into it now but would like to do it still. A Django IPWare package already exists https://github.com/un33k/django-ipware, otherwise there are also manual solutions without additional packages https://stackoverflow.com/questions/4581789/how-do-i-get-user-ip-address-in-django