django-easy-pdf
django-easy-pdf copied to clipboard
Add support for Django 3.0
There are references to django.utils.six
, which has been dropped in favour of six
.
Another vote to support Django 3.0.
When this can be merged? please support 3.0 No module named 'django.utils.six'
@JosephTLyons check this https://github.com/nigma/django-easy-pdf/pull/73
Hello, I solved this downloading a python extension called django.utils.six, https://pypi.org/project/django-utils-six/
So far the import error has been about the import BytesIO, which is in the io lib now i believe
anyone interested in maintaining or create a dj3 fork?
@domdinicola have you already created/do you know of a dj3 fork? Would be interested in starting one.
@J0 https://github.com/olksndrdevhub/django-easy-pdf3 there's also a package on pypi https://pypi.org/project/django-easy-pdf3/
cool, thanks! will just use that then