From 05db691f1e2242dfe5d8bc9fc2bf48ff71527827 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 8 Mar 2016 20:00:30 +0100 Subject: [PATCH] add models to model search --- app/sandbox/local_settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/sandbox/local_settings.py b/app/sandbox/local_settings.py index c4a9543a..80d9794e 100644 --- a/app/sandbox/local_settings.py +++ b/app/sandbox/local_settings.py @@ -84,3 +84,5 @@ ADMIN_MENU_ORDER = ( (_("Users"), ("auth.User", "auth.Group",)), (_("Festival"), ("mezzanine_agenda.EventLocation", "festival.EventCategory", "PageCategory")), ) + +SEARCH_MODEL_CHOICES = ('pages.Page', 'blog.BlogPost', 'mezzanine_agenda.Event', "festival.Artist", "festival.Video",) -- 2.39.5