removed geo search code, moved it to geosearch branch

This commit is contained in:
Sam
2021-03-11 12:45:55 +00:00
6 changed files with 23 additions and 96 deletions

View File

@@ -51,7 +51,6 @@ def track_user(request):
"""
try:
data = json.loads(request.body)
# import ipdb; ipdb.set_trace()
if data.get('geo'):
coordinates = (data['geo'].get('latitude'), data['geo'].get('longitude'))