wuvt / wuvt-site

Website including a CMS, playlist information, and donation management tools
https://www.wuvt.vt.edu
GNU Affero General Public License v3.0
11 stars 12 forks source link

pinned article support, and Major changes to compatibility crap. #440

Closed echarlie closed 4 months ago

echarlie commented 5 months ago

should this be 2 prs? yes! Is it going to be? nope...

This should update WUVT-site to include pinned articles.

More importantly, it gets us running with a reasonably current version of Werkzeug and Flask and SQLAlchemy

This IS A DRAFT and shouldn't be merged until a migration is generated. I haven't figured out flask-migrations yet, so uh... yeah.

echarlie commented 4 months ago

flask migrations caused issues in my environment; I'm not entirely sure why. so I wrote it by hand instead of generating it. So it goes. I think this will actually work in production and is ready for merging. There were a lot of stupid changes (I re ran pip-compile) in the various dependencies that may break subtle stuff. There's no test suite, so I can't make a clear claim given that the site builds and basic functionality seems to work?