Rahimz
Rahimz
I have an Ubuntu for development and the module works as well with this code; ```python def png_invoice(request, order_token): order = Order.objects.get(token=order_token) from html2image import Html2Image hti = Html2Image( custom_flags=['--no-sandbox'])...
Typo in grammar fixed
When I use some HTML characters like as ✔ or ✘, syntax highlighting does not work after the first # character. `{% if order.paid %}✔{% else %}✘{% endif %}`
It seems in this line there is an error: [Send request view](https://github.com/rasooll/zarinpal-django-py3/blob/2d65829d788e232dc4b81ff42bf54c4df892d0b5/views.py#L38) because I could not send the request and it raises an attribute error: ''' AttributeError at /zarinpal/request/ 'dict'...
I try this command `python manage.py cleanup_unused_media -e *.xlsx --settings=config.settings.base` but it does not exclude xlsx files and try to delete them. Also try to exclude folder and it does...