mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Update required Django version in INSTALL and requirements.txt
Update changelog
This commit is contained in:
parent
18996b5c56
commit
e1fc563a29
@ -29,14 +29,17 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Improved Dynamic DNS status message when no update needed.
|
- Improved Dynamic DNS status message when no update needed.
|
||||||
- Improved Ikiwiki description.
|
- Improved Ikiwiki description.
|
||||||
- Added check if a2query is installed before using it, since apache2
|
- Added check if a2query is installed before using it, since apache2
|
||||||
is not a dependency for Plinth.
|
is not a dependency for Plinth.
|
||||||
- networks: Fixed incorrect access for retrieving DNS entries.
|
- networks: Fixed incorrect access for retrieving DNS entries.
|
||||||
|
- Fixed issue with lost menus in Django 1.10.
|
||||||
|
- Added workaround for script prefix problem in stronghold.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Added suggested packages for ikiwiki. Removed recommends since they
|
- Added suggested packages for ikiwiki. Removed recommends since they
|
||||||
are installed automatically.
|
are installed automatically.
|
||||||
- users: Switched to using dpkg-reconfigure to configure several
|
- users: Switched to using dpkg-reconfigure to configure several
|
||||||
packages. This will work even if the package is already installed.
|
packages. This will work even if the package is already installed.
|
||||||
|
- Bumped required version of Django to 1.10.
|
||||||
|
|
||||||
## [0.9.4] - 2016-06-14
|
## [0.9.4] - 2016-06-14
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
6
INSTALL
6
INSTALL
@ -50,11 +50,11 @@
|
|||||||
|
|
||||||
# Note on Django version:
|
# Note on Django version:
|
||||||
|
|
||||||
Django 1.9 is required to run Plinth. You can check the version by running:
|
Django 1.10 is required to run Plinth. You can check the version by running:
|
||||||
|
|
||||||
$ django-admin --version
|
$ django-admin --version
|
||||||
|
|
||||||
If apt-get provided django<1.9, then follow the steps below:
|
If apt-get provided django<1.10, then follow the steps below:
|
||||||
|
|
||||||
1. Uninstall older django versions:
|
1. Uninstall older django versions:
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ If apt-get provided django<1.9, then follow the steps below:
|
|||||||
|
|
||||||
$ sudo apt-get install python3-pip
|
$ sudo apt-get install python3-pip
|
||||||
|
|
||||||
3. Install django1.9 through pip:
|
3. Install django1.10 through pip:
|
||||||
|
|
||||||
$ sudo pip3 install django django-bootstrap-form django-stronghold \
|
$ sudo pip3 install django django-bootstrap-form django-stronghold \
|
||||||
--upgrade
|
--upgrade
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
cherrypy >= 3.0
|
cherrypy >= 3.0
|
||||||
coverage >= 3.7
|
coverage >= 3.7
|
||||||
django >= 1.7.0
|
django >= 1.10.0
|
||||||
django-stronghold
|
django-stronghold
|
||||||
psutil
|
psutil
|
||||||
python-augeas
|
python-augeas
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user