From d0fb12b62746f189f651a784dc5cc7154e509a03 Mon Sep 17 00:00:00 2001 From: Hemanth Kumar Veeranki Date: Tue, 10 Oct 2017 19:43:45 +0530 Subject: [PATCH] Changed Django version to current requirement Partially Address #1057 Signed-off-by: Hemanth Kumar Veeranki Reviewed-by: Sunil Mohan Adapa --- INSTALL | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index c89eed225..da7b41b84 100644 --- a/INSTALL +++ b/INSTALL @@ -52,11 +52,11 @@ # Note on Django version: -Django 1.10 is required to run Plinth. You can check the version by running: +Django 1.11 is required to run Plinth. You can check the version by running: $ django-admin --version -If apt-get provided django<1.10, then follow the steps below: +If apt-get provided django<1.11, then follow the steps below: 1. Uninstall older django versions: @@ -67,7 +67,7 @@ If apt-get provided django<1.10, then follow the steps below: $ sudo apt-get install python3-pip -3. Install django1.10 through pip: +3. Install django1.11 through pip: $ sudo pip3 install django django-bootstrap-form django-stronghold \ --upgrade diff --git a/requirements.txt b/requirements.txt index 506e51785..7afdf650a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ cherrypy >= 3.0 configobj coverage >= 3.7 -django >= 1.10.0 +django >= 1.11.0 django-bootstrap-form django-stronghold psutil