예제 #1
0
from models import StateBill
from smartsearch import build_haystack_index

StateBillIndex = build_haystack_index(StateBill)

from models import Bill
from smartsearch import build_haystack_index

BillIndex = build_haystack_index(Bill)

예제 #3
0
from .models import Person
from smartsearch import build_haystack_index

PersonIndex = build_haystack_index(Person)

예제 #4
0
from models import Person
from smartsearch import build_haystack_index

PersonIndex = build_haystack_index(Person)

예제 #5
0
from models import StateBill
from smartsearch import build_haystack_index

StateBillIndex = build_haystack_index(StateBill)