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): """