From cf0c06ff9957fe72f6e7a568e78891280f56a8e3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 7 May 2012 16:47:58 +0200 Subject: Manage default categories inside admin --- settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/settings.py b/settings.py index 332198e..e21cdc6 100644 --- a/settings.py +++ b/settings.py @@ -65,9 +65,6 @@ CHIMERE_ICON_HEIGHT = 25 CHIMERE_ICON_OFFSET_X = -10 CHIMERE_ICON_OFFSET_Y = -25 -# default id category to check on the map -CHIMERE_DEFAULT_CATEGORIES = [1] - # display picture inside the description by default or inside a galery? CHIMERE_MINIATURE_BY_DEFAULT = False -- cgit v1.2.3