mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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 Ikiwiki description.
|
||||
- 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.
|
||||
- Fixed issue with lost menus in Django 1.10.
|
||||
- Added workaround for script prefix problem in stronghold.
|
||||
|
||||
### Changed
|
||||
- Added suggested packages for ikiwiki. Removed recommends since they
|
||||
are installed automatically.
|
||||
- users: Switched to using dpkg-reconfigure to configure several
|
||||
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
|
||||
### Fixed
|
||||
|
||||
6
INSTALL
6
INSTALL
@ -50,11 +50,11 @@
|
||||
|
||||
# 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
|
||||
|
||||
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:
|
||||
|
||||
@ -65,7 +65,7 @@ If apt-get provided django<1.9, then follow the steps below:
|
||||
|
||||
$ 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 \
|
||||
--upgrade
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
cherrypy >= 3.0
|
||||
coverage >= 3.7
|
||||
django >= 1.7.0
|
||||
django >= 1.10.0
|
||||
django-stronghold
|
||||
psutil
|
||||
python-augeas
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user