From 19b01914edfeb7acc3e276ed2e0b045da8caedfe Mon Sep 17 00:00:00 2001 From: Florian N Date: Sun, 16 Feb 2014 19:31:56 -0500 Subject: [PATCH] readme --- README.md | 2 +- usage/views.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 171bbe8..1c1386a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The dashboard is built using only Python libraries available in the main Python Current dependencies: - == Django 1.6.1 - - >= Python 2.6 + - == Python 2.x __[View Demo](http://pydash.hostechs.com/)__ diff --git a/usage/views.py b/usage/views.py index 92a528a..bdbbcb7 100755 --- a/usage/views.py +++ b/usage/views.py @@ -49,6 +49,7 @@ def uptime(request): response.write(data) return response + @login_required(login_url='/login/') def getdisk(request): """