From: Guillaume Pellerin Date: Mon, 10 Oct 2016 14:19:40 +0000 (+0200) Subject: Add default tag exclude list setting X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=061f2e50de1de3dc0896674993c2da51181ce2fa;p=mezzo.git Add default tag exclude list setting --- diff --git a/app/local_settings.py b/app/local_settings.py index b1fb9bf7..c1cec304 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -145,6 +145,7 @@ EVENT_PER_PAGE = 50 EVENT_USE_FEATURED_IMAGE = True EVENT_SHOP_URL = 'http://eve.ircam.fr/manifeste.php/manifestation/' EVENT_PASS_URL = 'http://eve.ircam.fr/manifeste.php/pass/' +EVENT_EXCLUDE_TAG_LIST = ['tournees', ] if DEBUG: TINYMCE_SETUP_JS = "/static/js/tinymce_setup.js" diff --git a/lib/mezzanine-agenda b/lib/mezzanine-agenda index ab1f8a70..455a8b03 160000 --- a/lib/mezzanine-agenda +++ b/lib/mezzanine-agenda @@ -1 +1 @@ -Subproject commit ab1f8a70502aa5f54484a40a7c86b454a1f03e70 +Subproject commit 455a8b03e4f4b64ebe67d0e6d0038160d7b27e41