This repository was archived by the owner on Sep 19, 2018. It is now read-only.
This repository was archived by the owner on Sep 19, 2018. It is now read-only.
Migrate to Python 3.x && Django 1.8.x #415
Open
Description
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/#decimalfield- The only problem can be
python-openid
but I can't see any usage of it inside the project?
Metadata
Metadata
Assignees
Labels
No labels