How to send pdf as an email attachment in Django
问题 Hi I am using the follwoing 2 functions to create and send a pdf via mail on the fly. What Am I doing wrong. (The export pdf function works properly when showing it in the browser.) The error I am getting is "TypeError: 'ContentFile' object does not support indexing" . What I am doing wrong? Almost all of this code has been taken from some blogs, so I dont know how it exactly works. But if you dont understand some things please comment. I will reply. if request.method=="POST": form =