You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.
We haven't planned on upgrading the tech stack as we have a lot more pressing issues to solve first. I'm okay with the upgrade once we get the most urgent stuff out the door as there are now less than two weeks to the start of Code Week.
I'll leave this issue open for later.
As for the openid, we're using it for the login part of the site, I think (or that's socialauth? I'm not sure).
Any thoughts on moving to a newer Python and Django?
A simple check on
requirements.txt
- https://caniusepython3.com/check/979ec793-101d-4b35-9919-f4a7bb2d9f95 - shows 3 packages.django-countries-plus
supports Python 3 - https://github.com/cordery/django-countries-plusdjango-geoposition
can be replaced by a simpleDecimalField
- https://docs.djangoproject.com/en/dev/ref/models/fields/#decimalfieldpython-openid
but I can't see any usage of it inside the project?The text was updated successfully, but these errors were encountered: