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.0.x #184

Closed chigby closed 5 years ago

chigby commented 5 years ago

This pull request:

  1. Changes our Django requirement from 1.1.x to 2.0.x

  2. Updates url definitions to be compatible with Django 2.0

  3. Updates our middleware to be compatible with Django 2.0

  4. Updates django-crispy-forms to be compatible with Django 2.0

Refs freedomofpress/fpf-www-projects#21