django-easy-pdf
django-easy-pdf copied to clipboard
project not maintained
@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)
Check my fresh fork, maybe it`s help you
@olksndrdevhub do you release packages on pypi?
@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 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!
@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
@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.
Thanks so much!
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 please, check my fork, it must work pretty well django-easy-pdf3 pypi: django-easy-pdf3
That's what I did and it works perfect! Thanks :-)
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.