Re: Saving browser output as pdf

2013-02-23 Thread Evan Brumley
Have a look at wkhtmltopdf for easy server side generation of PDFs. It's not perfect, but it seems to be the best option out there at the moment. I'm also hearing good things about PhantomJS, though I haven't tried it out myself. Both options are essentially headless versions of Webkit - they p

Re: Django testing strategy

2012-10-04 Thread Evan Brumley
django-dynamic-fixture can also help a lot in this situation: http://paulocheque.github.com/django-dynamic-fixture/ Certainly beats having to futz around with fixtures. On Friday, October 5, 2012 3:49:19 AM UTC+10, Daniele Procida wrote: > > I have started writing my first tests, for a project t

django-report-tools - feedback wanted!

2012-08-25 Thread Evan Brumley
Hi Everyone! A bit of backstory - I work in the environmental sector, mostly designing data-driven reporting apps in Django. Think along the lines of CO2 reporting, environmental audits, that sort of thing. Most projects tend to consist of a whole lot of CRUD, accompanied by a bunch of reportin