Skip to content

Commit

Permalink
Downgrading Django to 1.6.11 (#1706, #1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Jun 12, 2016
1 parent 7748535 commit 123ddb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/base_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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.6.11-2~xenial0

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

0 comments on commit 123ddb6

Please sign in to comment.