Skip to content

Commit

Permalink
Django 1.8.7 available in nightly ppa (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Aug 18, 2018
1 parent aa0c820 commit 4292dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/base_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ apt-get install --yes python-all-dev
# removed from list: python-stdeb

# Install Django
apt-get install --yes python-django
apt-get install --yes python-django=1.8.7-1ubuntu5.6~bionic0

# Hold Django version to avoid upgrades from upstream
#apt-mark hold python-django
apt-mark hold python-django

# Install Geospatial Python2 libraries
apt-get install --yes python-gdal python-shapely python-rasterio \
Expand Down

0 comments on commit 4292dc1

Please sign in to comment.