]> git.parisson.com Git - mezzo.git/commitdiff
[Ticket #612] : search person
authorEmilie <zawadzki@ircam.fr>
Thu, 5 Apr 2018 08:39:53 +0000 (10:39 +0200)
committerEmilie <zawadzki@ircam.fr>
Wed, 18 Apr 2018 08:47:18 +0000 (10:47 +0200)
app/settings.py

index 8c056a76664da31d62299e8b5a4ef92ffbaa45e9..5db06a965b222ff8c3f4ff3b02fd8991b8b68a40 100644 (file)
@@ -550,6 +550,8 @@ PAGES_MODELS = ('organization-pages.CustomPage',
                 'organization-projects.ProjectTopicPage',
                 'shop.Product')
 
+SEARCH_PARENTS_MODELS = ('organization-network.Person',)
+
 PAGES_PUBLISHED_INCLUDE_LOGIN_REQUIRED = True
 
 SEARCH_PER_PAGE = 10