Exemplo n.º 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)

Exemplo n.º 3
0
from .models import Person
from smartsearch import build_haystack_index

PersonIndex = build_haystack_index(Person)

Exemplo n.º 4
0
from models import Person
from smartsearch import build_haystack_index

PersonIndex = build_haystack_index(Person)

Exemplo n.º 5
0
from models import StateBill
from smartsearch import build_haystack_index

StateBillIndex = build_haystack_index(StateBill)