hackerspace-ntnu / website

Website @ hackerspace-ntnu.no
https://www.hackerspace-ntnu.no
MIT License
21 stars 7 forks source link

Update django to version 5 #801

Closed CJGutz closed 5 months ago

CJGutz commented 6 months ago

Updates requirements txt to use django version 5 instead of 3. Basically only changes to urls, settings, and requirements file.

Should be merged after #802 as ckeditor 4 is deprecated.

michaelbrusegard commented 6 months ago

@CJGutz I think we should update to python 12 and pillow 10 at the same time. Are you sure this was all that was needed to make everything work

CJGutz commented 6 months ago

Good call. Ill update some others to the latest version. I think that includes bleach and ckeditor as well. From my limited testing of running the website, I have not found any errors.