Changed Django version to current requirement

Partially Address #1057

Signed-off-by: Hemanth Kumar Veeranki <hemanthveeranki@gmail.com>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Hemanth Kumar Veeranki 2017-10-10 19:43:45 +05:30 committed by Sunil Mohan Adapa
parent 5e6e02184e
commit d0fb12b627
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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