About Now

Recurse Center Day 16: Open Source

Open Source

One of the good things about participating at RC is that you can work on anything you want. Yesterday I spent some time on the open PRs I had gotten on my side projects.

Upgrading Django version (v1 to v4)

I have an open source project that uses an outdated version of Django. I looked into updating to the latest version. I believe this task would be pretty easy as I don’t need to support backward compatibility.

(I will add more notes here on the process)