I would like to create an Airbnb similar website but not for homes. I will have an embedded Google (or something) and when the user types a field, will search the Django database and will bring the data available to that specific area. If you can at least give me the idea of where to start, I would appreciate it.
Thanks
Searching in your DB, nothing should be done with the map You usually input a location and find entries within the distance, which is calculated in some way; Or you can enter a zip code or city name, and find entries within the city or get a single zip code. After that you put it on the map to see the user.
So when you enter a username, or address, you should probably use it to translate it into coordinates or zip codes too.
Hopefully you will get help to get this started.
No comments:
Post a Comment