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 <[email protected]> wrote: > 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 examples on the djapian docs the models to search into seems to > be in the same app, so my question would more be: how do I tell to my > possible search application to use the content of the fields in the > models of different apps in the same project? > > Sorry if I might sound confuse, I am. Thanks in advance > > Salut' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

