Re: newbee questions and djapian

2009-06-28 Thread Francis
You can try to import you model in another model and register it. The problem tho is that you need to override the save() and delete() method to reindex the search data. If I think of a better idea, I'll let you know. Francis On Jun 27, 7:13 pm, fruity wrote: > Hi to the list, > > I'm new to

newbee questions and djapian

2009-06-27 Thread fruity
Hi to the list, I'm new to django, I was following the installation/setup instruction for djapian and I don't get what is the mechanism to say "the contents(title content author) from the model (for example) of django.contrib.flatpages. Is that what is defined in the docs as subclassing? In the