freedomofpress / securethenews

An automated scanner and web dashboard for tracking TLS deployment across news organizations
https://securethe.news
GNU Affero General Public License v3.0
100 stars 25 forks source link

Upgrade to Django 2.1 #186

Closed chigby closed 5 years ago

chigby commented 5 years ago

This pull request:

  1. Changes the makefile to ensure that the update-pip-dependencies command runs under python 3.6

  2. Upgrades our database container to postgresql 9.5

  3. Updates Django to version 2.1.7 (the latest version as of now), and updates django-filter to the latest version to maintain compatibility.

Refs freedomofpress/fpf-www-projects#21