From f07de9c031d7612b8ca656c34ebce57f6856b6b2 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Fri, 27 Jul 2012 01:36:26 +0200 Subject: add new statistics page --- inventar/templates/base.html | 1 + inventar/templates/stats.html | 17 +++++++++++++++++ inventar/urls.py | 2 ++ inventory/views.py | 8 ++++++++ static/stats.svg | 3 +++ 5 files changed, 31 insertions(+) create mode 100644 inventar/templates/stats.html create mode 100644 static/stats.svg diff --git a/inventar/templates/base.html b/inventar/templates/base.html index c61e012..d72414a 100644 --- a/inventar/templates/base.html +++ b/inventar/templates/base.html @@ -15,6 +15,7 @@