This commit is contained in:
Sanjay B 2014-02-14 13:18:07 +05:30
parent f0a572f293
commit 43b8b0ae86

View File

@ -1,6 +1,6 @@
from haystack.indexes import *
from haystack import site
from models import *
from models import Person, TheatreGroup, Production
class PersonIndex(SearchIndex):