From a1027eb044b20fe80622a032bb2276c85211ee60 Mon Sep 17 00:00:00 2001 From: Carlos Vega <carlos.vega@uni.lu> Date: Wed, 22 Apr 2020 19:16:50 +0200 Subject: [PATCH] added option to display visits from zero. True by default git diff smash/settings.pyg --- smash/smash/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smash/smash/settings.py b/smash/smash/settings.py index a327ecd6..76e42543 100644 --- a/smash/smash/settings.py +++ b/smash/smash/settings.py @@ -20,6 +20,8 @@ PROJECT_PATH = os.path.abspath(os.path.dirname(__file__)) DEBUG = True +SHOW_VISITS_FROM_ZERO = True + # Application definition INSTALLED_APPS = [ -- GitLab