From: Guillaume Pellerin Date: Tue, 8 Mar 2016 19:00:30 +0000 (+0100) Subject: add models to model search X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=05db691f1e2242dfe5d8bc9fc2bf48ff71527827;p=mezzo.git add models to model search --- 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",)