Equidistant is an app to help you and your group get over the decision fatigue of a common meeting place by suggesting great rated places. It works by taking the commute time and what the users want to do as a main criterion to suggest great options for the whole group.
Currently, the settings.py file in #40 sets ALLOWED_HOSTS to be ["*"], which could potentially allow for places other than our designated frontend page to access the backend. We should change this as soon as possible.
Currently, the settings.py file in #40 sets ALLOWED_HOSTS to be ["*"], which could potentially allow for places other than our designated frontend page to access the backend. We should change this as soon as possible.