ubyssey.ca
ubyssey.ca copied to clipboard
Updating the Website to Wagtail 5
What Problem Does This PR Solve?
We have only updated the wagtail from 4.1 to 5.0. We have not updated Django to its latest release
Process of updating to Wagtail 5: https://docs.wagtail.org/en/latest/releases/5.0.html Process of updating to the latest version of Django: https://docs.djangoproject.com/en/4.2/howto/upgrade-version/
What Happened to Django?
After testing with Django I have found that we need to update our MYSQL to 8.0 from 5.7. This would lead to the updating of the main website database and the updating of our development database. We will need to back up our database and conduct a deeper investigation before we fully embark on this path. For current volunteers, it would be not easy to transfer to the new database however with new documentation that can be solved.
A separate issue will address Django with supporting information.