The stuff they don't tell you about session data and the Test Client

Posted by: barbara | Date: Aug 07, 2008 | Updated: Sep 09, 2008 | Category: django
This article just saved me what I'm sure would have been a few hours of work/banging my head on the keyboard and a massive testing-related migraine:

The Test Client Session [dougblog.com]

Read More

PDF downloads in Django

Posted by: barbara | Date: Aug 07, 2008 | Updated: Sep 09, 2008 | Category: django
Django is really good at serving up dynamic content.

So generating a PDF dynamically from your data is easy:

http://www.djangoproject.com/documentation/outputting_pdf/

But a download of a static PDF file? Not so much:

http://www.stuvel.eu/pdfdownload



Read More