cubingusa / org

The cubingusa.org website
https://cubingusa.org
8 stars 7 forks source link

Rewrite website with python3 #240

Closed timreyn closed 2 years ago

timreyn commented 2 years ago

This replaces all of the backend with python 3.

Because some of the APIs we used are incompatible with python 3, a lot of rewrite is needed. The biggest change is webapp2 -> flask, which affects a lot.

Delete some old cruft that we don't need anymore.