chicago-justice-project / chicago-justice

Chicago Justice Project
GNU General Public License v3.0
14 stars 11 forks source link

Django 1.11 #56

Closed meshulam closed 7 years ago

meshulam commented 7 years ago

Upgrades the app from Django 1.8 to 1.11. Still some stuff I'd like to do now, mainly moving to class-based views but this fixes everything that broke.

After merging this will require running migrations (./manage.py migrate) because the internal user/admin apps have migrations to apply.