From 66eb4d851e63d20031502ec0c96aaabe34c6fd32 Mon Sep 17 00:00:00 2001 From: maxbr Date: Fri, 19 Aug 2016 17:11:58 +0200 Subject: Implement periodic tasks JIRA: RELENG-12 The dashboard is now querying jenkins periodically and saving the results in the database. This fixes delays that were caused by calling the jenkins API. Signed-off-by: maxbr --- tools/pharos-dashboard/dashboard/templatetags/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tools/pharos-dashboard/dashboard/templatetags/__init__.py (limited to 'tools/pharos-dashboard/dashboard/templatetags/__init__.py') diff --git a/tools/pharos-dashboard/dashboard/templatetags/__init__.py b/tools/pharos-dashboard/dashboard/templatetags/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit 1.2.3-korg