mitodl / odl-video-service

building blocks for a basic video service for ODL
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Upgrade application to Python 3.12 and Django 4.2 #1108

Open blarghmatey opened 4 months ago

blarghmatey commented 4 months ago

Description/Context

This application is years behind in its dependencies, most notably it is still using Django 2.x which has long been out of support. As part of maintaining this project we need to get it running on at least Django 4.2 and update the version of Python being used.

Plan/Design

A substantial amount of this work has been started in the branch here, but it is not yet fully functional.