From c496506350092b214b7859b4f2844120bbcbe9a6 Mon Sep 17 00:00:00 2001 From: Florian N Date: Fri, 7 Feb 2014 16:17:52 -0500 Subject: [PATCH] move to Django 1.6.1 --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc4b1b4..d6ed377 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ pyDash ====== -A small web monitoring dashboard for you linux pc/server writen in Python and Django + Chart.js. +A small web monitoring dashboard for your linux pc/server writen in Python and Django + Chart.js. The dashboard is built using only Python libraries available in the main Python distribution, trying to create a small list of dependecies without the need of installing many packages or libraries. diff --git a/requirements.txt b/requirements.txt index 2a1a213..7a84bdf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -django==1.5.5 +django==1.6.1