The SiteSettings lat/lon can easily be changed in Admin once the site has been set up, however if a default lat/lon for a deployment is configured, the lat/lon can be set to that at the beginning, saving a set.
The model and migration file default would read an env var like DEFAULT_LAT. This variable can be reused in multiple places.
The SiteSettings lat/lon can easily be changed in Admin once the site has been set up, however if a default lat/lon for a deployment is configured, the lat/lon can be set to that at the beginning, saving a set.
The model and migration file default would read an env var like
DEFAULT_LAT. This variable can be reused in multiple places.