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-plus - `django-geoposition` can be replaced by a simple `DecimalField` - https://docs.djangoproject.com/en/dev/ref/models/fields/#decimalfield - The only problem can be `python-openid` but I can't see any usage of it inside the project?
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-plussupports Python 3 - https://github.com/cordery/django-countries-plusdjango-geopositioncan be replaced by a simpleDecimalField- https://docs.djangoproject.com/en/dev/ref/models/fields/#decimalfieldpython-openidbut I can't see any usage of it inside the project?