django-easy-pdf icon indicating copy to clipboard operation
django-easy-pdf copied to clipboard

project not maintained

Open domdinicola opened this issue 4 years ago • 11 comments

@nigma @msaizar @metakermit are you guys interested in supporting this project? Many people are waiting for a new version supporting django 3.0. I may be interested to give continuity to this, feel free to give me access here and on pypi (dom.dinicola)

domdinicola avatar Jan 07 '21 01:01 domdinicola

Check my fresh fork, maybe it`s help you

olksndrdevhub avatar Jan 29 '21 18:01 olksndrdevhub

@olksndrdevhub do you release packages on pypi?

domdinicola avatar Jan 29 '21 22:01 domdinicola

@olksndrdevhub do you release packages on pypi?

No, I only today make fork but you can put it in your requirements.txt as -e git://github.com/olksndrdevhub/django-easy-pdf.git#egg=django-easy-pdf

olksndrdevhub avatar Jan 29 '21 22:01 olksndrdevhub

@olksndrdevhub do you release packages on pypi?

No, I only today make fork but you can put it in your requirements.txt as -e git://github.com/olksndrdevhub/django-easy-pdf.git#egg=django-easy-pdf

thanks.. but I prefere to have stable packages released, where I can pin version and be sure what I'm running. Thanks for forking hope you can do some work and maybe release the package with a new (similar) way. In that case I would be very happy to support you!

domdinicola avatar Jan 29 '21 23:01 domdinicola

@olksndrdevhub do you release packages on pypi?

No, I only today make fork but you can put it in your requirements.txt as -e git://github.com/olksndrdevhub/django-easy-pdf.git#egg=django-easy-pdf

thanks.. but I prefere to have stable packages released, where I can pin version and be sure what I'm running. Thanks for forking hope you can do some work and maybe release the package with a new (similar) way. In that case I would be very happy to support you!

Yeah, maybe I will think about release at Pypi

olksndrdevhub avatar Jan 30 '21 00:01 olksndrdevhub

@domdinicola hi there! I release my fork at PyPI now! Check it, here. It's perfectly work in my project, with Django 3.0.* and Wagtail 2.11.3, I hope it's will work for you too.

olksndrdevhub avatar Feb 01 '21 10:02 olksndrdevhub

Thanks so much!

domdinicola avatar Feb 01 '21 11:02 domdinicola

Yesssss thanks a lot for this great job! Fed up with errors like:

  • ImportError: cannot import name 'urlquote' from 'django.utils.http'
  • ModuleNotFoundError: No module named 'django.utils.six'

openHBP avatar Feb 15 '22 08:02 openHBP

@openHBP please, check my fork, it must work pretty well django-easy-pdf3 pypi: django-easy-pdf3

olksndrdevhub avatar Feb 15 '22 08:02 olksndrdevhub

That's what I did and it works perfect! Thanks :-)

openHBP avatar Feb 15 '22 08:02 openHBP

There are a lot of forks for this project, but none was working for me: I needed Django 3+ and static images to work way better (base64 encoding was NOT working). I just changed to https://github.com/fdemmer/django-weasyprint very easily and painlessly, just leaving it as a suggestion for other people.

gdvalderrama avatar Mar 17 '22 11:03 gdvalderrama