django-oscar / django-oscar-stores

Physical store integration for Django Oscar
BSD 3-Clause "New" or "Revised" License
92 stars 57 forks source link

ValueError when not selecting auto-complete options in store search form. #115

Closed Willfromtoronto closed 4 years ago

Willfromtoronto commented 4 years ago

When a user inputs an address and presses enter they get a ValueError: "ValueError at /stores/ SRID is required for all geometries."

solarissmoke commented 4 years ago

I'm not able to reproduce this in the sandbox that is included in this repository. It sounds like you have forgotten to provide one or more of the SRID-related settings that are required by this package. If that isn't the issue, feel free to reopen with more detailed steps to reproduce.