get_address_point
This commit is contained in:
SDE
2023-07-20 15:27:46 +03:00
parent 487f9615bc
commit ced379ab20
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from django.shortcuts import render
from .models import *
import hashlib, json
from datetime import datetime, timedelta
from django.db import Q
from django.db.models import Q
def search_cities_in_db(search_str):