1.8.5 search_matches fix weight params
This commit is contained in:
@@ -73,7 +73,7 @@ def test_code(request):
|
||||
|
||||
from RoutesApp.search_matches import search_matches
|
||||
from RoutesApp.models import Route
|
||||
search_matches(Route.objects.filter(from_city__id=57062))
|
||||
search_matches(Route.objects.filter(id=16))
|
||||
|
||||
# from RoutesApp.funcs import get_city_by_type_transport_and_address_point
|
||||
# from RoutesApp.models import Route
|
||||
|
||||
Reference in New Issue
Block a user