mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
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:
parent
5e6e02184e
commit
d0fb12b627
6
INSTALL
6
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user