Re: export html to pdf

2016-09-16 Thread Michael Macdonald
Excellent article. I played with a couple of the specific tools mentioned there but in my little application it wound up being more efficient and sufficient to format a printed page in HTML. On Thursday, September 15, 2016 at 6:49:18 AM UTC-7, Derek wrote: > > There is a useful overview of di

Re: Running Django Project Locally

2016-08-24 Thread Michael Macdonald
ibran Ahmed > > http://blog.asadjb.com > > On Wed, Aug 24, 2016 at 9:24 PM, Andreas Kuhne > wrote: > >> >> 2016-08-24 17:54 GMT+02:00 Michael Macdonald > >: >> >>> Interestingly enough, just this morning, after a couple times being >>> bitt

Re: Running Django Project Locally

2016-08-24 Thread Michael Macdonald
Interestingly enough, just this morning, after a couple times being bitten with differences in behavior between use of runserver in development vs. wsgi in production, I've decided to do all development on my local machine under lighttpd. In the process of (mis?)configuring it now. I'm prett