From 70a801b301639803bfbeab7acb2ff0eaa2d9b944 Mon Sep 17 00:00:00 2001 From: vincent porte Date: Mon, 23 Sep 2024 16:21:09 +0200 Subject: [PATCH] deactivate weekly matomo forums stats until collect becomes compatible with documentation routes --- clevercloud/collect_weekly_matomo_forum_stats.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clevercloud/collect_weekly_matomo_forum_stats.sh b/clevercloud/collect_weekly_matomo_forum_stats.sh index 494ddf3e4..1a5ff24d0 100755 --- a/clevercloud/collect_weekly_matomo_forum_stats.sh +++ b/clevercloud/collect_weekly_matomo_forum_stats.sh @@ -15,4 +15,6 @@ fi # $APP_HOME is set by default by clever cloud. cd $APP_HOME -python manage.py collect_matomo_forum_stats +# reactivate after documentation migration +# python manage.py collect_matomo_forum_stats +echo "Collecting weekly matomo stats for the forum is disabled for now."