I am wondering how best to serve PDF files in Django. I am using ReportLab to generate a file.
So should I name it and place it where the server can fetch it? Does the URL have to end in pdf for it to be handled by the browser? Can I configure the development server to this task? Thanks for any help. Peace, David S.